X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=themes%2Fluci-theme-material%2Fhtdocs%2Fluci-static%2Fmaterial%2Fcss%2Fstyle.css;h=f11f1ca0fdc82a146f28b7a18ac9c0f409e809d7;hb=refs%2Fpull%2F503%2Fhead;hp=347a97bf60dcb6053a1f61142de12a254825c63c;hpb=a5ae384c8fe80c8d5d92ee84b41552db24aa4f4a;p=project%2Fluci.git 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;