From 0623b5362cab31d54f39c0ffa58dbb5124b22d6e Mon Sep 17 00:00:00 2001 From: TsLenMo <2013319822@qq.com> Date: Tue, 6 Aug 2019 12:35:53 +0800 Subject: [PATCH] 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> --- themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css | 3 +++ 1 file changed, 3 insertions(+) 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 元素 */ -- 2.25.1