Fix wrapping when too many hosts are shown (#207)

This commit is contained in:
Marcelo Castagna
2019-10-09 20:56:59 -03:00
committed by jc21
parent ea5bdab374
commit fa00ac617c

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) {
%> %>