mirror of https://github.com/openwrt/luci.git
Merge pull request #503 from LuttyYang/master
luci-theme-material: fix some style bug in LUCI newest versionpull/505/head
commit
d0f15d9804
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue