luci-theme-bootstrap: enforce minimum width for IPv4 DHCP lease column
authorJo-Philipp Wich <jo@mein.io>
Sat, 29 Sep 2018 12:23:43 +0000 (14:23 +0200)
committerJo-Philipp Wich <jo@mein.io>
Sat, 29 Sep 2018 12:23:43 +0000 (14:23 +0200)
Fixes #2132.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css

index 260f5e31cc297c7aaa5630bee5a39b36efcd49fd..a30dc45b72eed4524c8f0e24ff6d51b23ade108a 100644 (file)
@@ -2040,3 +2040,7 @@ html body.apply-overlay-active {
 #applyreboot-section {
        line-height: 300%;
 }
+
+[data-page="admin-network-dhcp"] [data-name="ip"] {
+       width: 15%;
+}