luci-theme-material: fix some style bug in LUCI newest version
Signed-off-by: Lutty Yang <lutty@wcan.in>
This commit is contained in:
parent
a5ae384c8f
commit
7567f2d01f
1 changed files with 5 additions and 1 deletions
|
@ -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 a new issue