git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
f6f82b5
)
luci-theme-bootstrap: zone-forwards wrap
author
Jyn
<redacted>
Mon, 14 Apr 2025 07:40:40 +0000
(14:40 +0700)
committer
Paul Donald
<redacted>
Mon, 14 Apr 2025 13:19:35 +0000
(15:19 +0200)
Signed-off-by: Jyn <redacted>
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
patch
|
blob
|
history
diff --git
a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
index cad9b389b6964f30cf19757290ff08d52efc1a2d..8e405279d54d5a3d52baabcc19a22d882ae33463 100644
(file)
--- a/
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
+++ b/
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
@@
-1856,12
+1856,13
@@
body.modal-overlay-active #modal_overlay {
.zone-forwards {
display: flex;
- flex-wrap: wrap;
+ flex-wrap:
no
wrap;
}
.zone-forwards > * {
flex: 1 1 40%;
padding: 1px;
+ text-wrap: auto;
}
.zone-forwards > span {
git clone https://git.99rst.org/PROJECT