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>
</td>
<td>
<div>
<div class="wrap">
<% domain_names.map(function(host) {
if (host.indexOf('*') === -1) {
%>