From 5d26fec0bf3701f5a0b875bacd0b2f3898449e96 Mon Sep 17 00:00:00 2001 From: Anton Kikin Date: Fri, 28 Jun 2019 18:37:30 +0300 Subject: Fix a overview page style issue for various themes Fixed a overview page style issue with interface boxes for bootstrap, material and rosy themes. The issue only appears in the Chrome browser and lies in the fact that the block with the device name and MAC address gets out of the interface block. Signed-off-by: Anton Kikin --- themes/luci-theme-material/htdocs/luci-static/material/cascade.css | 1 + 1 file changed, 1 insertion(+) (limited to 'themes/luci-theme-material/htdocs/luci-static') diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css index 8a41e8c0cf..d74077853a 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -1776,6 +1776,7 @@ td > .ifacebadge, .network-status-table .ifacebox-body > span { flex: 10 10 auto; + height: 100%; } .network-status-table .ifacebox-body > div { -- cgit v1.2.3