Skip to content

Commit fa00ac6

Browse files
margaalejc21
authored andcommitted
Fix wrapping when too many hosts are shown (NginxProxyManager#207)
1 parent ea5bdab commit fa00ac6

File tree

1 file changed

+1
-1
lines changed
  • src/frontend/js/app/nginx/proxy/list

1 file changed

+1
-1
lines changed

src/frontend/js/app/nginx/proxy/list/item.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</div>
55
</td>
66
<td>
7-
<div>
7+
<div class="wrap">
88
<% domain_names.map(function(host) {
99
if (host.indexOf('*') === -1) {
1010
%>

0 commit comments

Comments
 (0)