Fix wrapping when too many hosts are shown

This commit is contained in:
Marcelo Castagna 2019-10-08 10:37:37 -03:00
parent 7d6c6129f2
commit 609b990030

View file

@ -4,7 +4,7 @@
</div> </div>
</td> </td>
<td> <td>
<div> <div class="wrap">
<% domain_names.map(function(host) { <% domain_names.map(function(host) {
if (host.indexOf('*') === -1) { if (host.indexOf('*') === -1) {
%> %>