From c79a2bbab7923c0c2c7c71e6a7930fdb91af13f7 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 29 Sep 2018 14:23:43 +0200 Subject: luci-theme-bootstrap: enforce minimum width for IPv4 DHCP lease column Fixes #2132. Signed-off-by: Jo-Philipp Wich --- themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap') 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%; +} -- cgit v1.2.3