Fix wrapping when too many hosts are shown (#207)
This commit is contained in:
parent
ea5bdab374
commit
fa00ac617c
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div>
|
||||
<div class="wrap">
|
||||
<% domain_names.map(function(host) {
|
||||
if (host.indexOf('*') === -1) {
|
||||
%>
|
||||
|
|
|
|||
Loading…
Reference in a new issue