From 7567f2d01f6e136abfa82e1b1ef85bfe287f13dc Mon Sep 17 00:00:00 2001 From: Lutty Yang Date: Tue, 6 Oct 2015 20:14:27 +0800 Subject: [PATCH] luci-theme-material: fix some style bug in LUCI newest version Signed-off-by: Lutty Yang --- .../luci-theme-material/htdocs/luci-static/material/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/themes/luci-theme-material/htdocs/luci-static/material/css/style.css b/themes/luci-theme-material/htdocs/luci-static/material/css/style.css index 347a97bf6..f11f1ca0f 100755 --- a/themes/luci-theme-material/htdocs/luci-static/material/css/style.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/css/style.css @@ -1097,7 +1097,11 @@ header > .container > .pull-right > * { } /* fix System Software*/ -.node-system-software > .main table tr td:nth-child(4) { +.node-system-software > .main table tr td:nth-child(1) { + width: auto !important; +} + +.node-system-software > .main table tr td:nth-last-child(1) { white-space: normal; font-size: small; color: #404040; -- 2.11.0