diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-09-29 14:23:43 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-09-29 14:23:43 +0200 |
commit | c79a2bbab7923c0c2c7c71e6a7930fdb91af13f7 (patch) | |
tree | f2738011278eff49347130375e609c23f54d62a5 | |
parent | 82dea9ca3000bc146e510cdae0e403e6780d71f5 (diff) |
luci-theme-bootstrap: enforce minimum width for IPv4 DHCP lease column
Fixes #2132.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
-rw-r--r-- | themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 4 |
1 files changed, 4 insertions, 0 deletions
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 260f5e31c..a30dc45b7 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%; +} |