luci-theme-material: fix some style bug in LUCI newest version
[project/luci.git] / themes / luci-theme-material / htdocs / luci-static / material / css / style.css
index 347a97b..f11f1ca 100755 (executable)
@@ -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;