Skip to content

Commit

Permalink
Merge pull request #503 from LuttyYang/master
Browse files Browse the repository at this point in the history
luci-theme-material: fix some style bug in LUCI newest version
  • Loading branch information
hnyman committed Oct 6, 2015
2 parents 5e9da82 + 7567f2d commit d0f15d9
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d0f15d9

Please sign in to comment.