luci-theme-rosy: fix a software page style issue

The software page is out of the parent box, and the same is true in chrome and firefox.

Signed-off-by: TsLenMo <2013319822@qq.com>
This commit is contained in:
TsLenMo 2019-08-06 12:35:53 +08:00
parent 0cf9d53fff
commit 0623b5362c

View file

@ -55,6 +55,8 @@
line-height: normal; line-height: normal;
display: table-cell; display: table-cell;
padding: .5em; padding: .5em;
word-break: break-all;
word-wrap: break-word;
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;
} }
@ -136,6 +138,7 @@
.col-10 { .col-10 {
flex: 10 10 300px !important; flex: 10 10 300px !important;
width: 60%;
} }
/* dom 元素 */ /* dom 元素 */