diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-15 15:12:53 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-15 15:12:53 +0000 |
commit | 47b51b54e8bf5d40dee04e85c46551e49e575ddd (patch) | |
tree | a429a9efb55059a04280f5e735b2475884936e18 /libs | |
parent | 7bda8d6da3b4a931d5509a6bce0a38b36f23eefb (diff) |
libs/web: fix firewall_zoneforwards template for bootstrap theme
Diffstat (limited to 'libs')
-rw-r--r-- | libs/web/luasrc/view/cbi/firewall_zoneforwards.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/web/luasrc/view/cbi/firewall_zoneforwards.htm b/libs/web/luasrc/view/cbi/firewall_zoneforwards.htm index 8e0a6a169..5a2befd6e 100644 --- a/libs/web/luasrc/view/cbi/firewall_zoneforwards.htm +++ b/libs/web/luasrc/view/cbi/firewall_zoneforwards.htm @@ -17,7 +17,7 @@ -%> <% if zone then %> -<div style="padding:0.5em"> +<div style="padding:0.5em; white-space:nowrap"> <label style="background-color:<%=zone:get_color()%>; padding:0.4em"> <strong><%=zone:name()%>:</strong> <% |