summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-material/htdocs
diff options
context:
space:
mode:
Diffstat (limited to 'themes/luci-theme-material/htdocs')
-rwxr-xr-xthemes/luci-theme-material/htdocs/luci-static/material/css/style.css6
1 files changed, 5 insertions, 1 deletions
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;