projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cf9d53
)
luci-theme-rosy: fix a software page style issue
2966/head
author
TsLenMo
<2013319822@qq.com>
Tue, 6 Aug 2019 04:35:53 +0000
(12:35 +0800)
committer
TsLenMo
<2013319822@qq.com>
Tue, 6 Aug 2019 09:31:29 +0000
(17:31 +0800)
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>
themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css
patch
|
blob
|
history
diff --git
a/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css
b/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css
index d6460532fa09fea09110b9e96f10e53ccfccddf8..fca731cadd393905e0c6cb52313ab4c38b2fbf92 100644
(file)
--- a/
themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css
+++ b/
themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css
@@
-55,6
+55,8
@@
line-height: normal;
display: table-cell;
padding: .5em;
+ word-break: break-all;
+ word-wrap: break-word;
text-align: center;
vertical-align: middle;
}
@@
-136,6
+138,7
@@
.col-10 {
flex: 10 10 300px !important;
+ width: 60%;
}
/* dom 元素 */