diff options
author | Florian Eckert <fe@dev.tdt.de> | 2019-08-06 12:06:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-06 12:06:12 +0200 |
commit | 2bc03f86de62e571b4ce1311dd4099cf73887722 (patch) | |
tree | 5727f98ed241e56b5125a6d16c06b00cdef1d594 | |
parent | 0cf9d53fffdc73abc57060f19a0b344bf4c2a56c (diff) | |
parent | 0623b5362cab31d54f39c0ffa58dbb5124b22d6e (diff) |
Merge pull request #2966 from TsLenMo/master
Fix a software page style issue for rosy, Fix #2965.
-rw-r--r-- | themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css | 3 |
1 files changed, 3 insertions, 0 deletions
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 d6460532f..fca731cad 100644 --- 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 元素 */ |