From: Jo-Philipp Wich Date: Sat, 29 Sep 2018 12:23:43 +0000 (+0200) Subject: luci-theme-bootstrap: enforce minimum width for IPv4 DHCP lease column X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c79a2bbab7923c0c2c7c71e6a7930fdb91af13f7;p=openwrt-luci.git luci-theme-bootstrap: enforce minimum width for IPv4 DHCP lease column Fixes #2132. Signed-off-by: Jo-Philipp Wich --- diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index 260f5e31cc..a30dc45b72 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -2040,3 +2040,7 @@ html body.apply-overlay-active { #applyreboot-section { line-height: 300%; } + +[data-page="admin-network-dhcp"] [data-name="ip"] { + width: 15%; +}