mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 23:34:34 +04:00
luci-theme-bootstrap: zone-forwards wrap
Signed-off-by: Jyn <pvp4eek@gmail.com>
This commit is contained in:
@@ -1856,12 +1856,13 @@ body.modal-overlay-active #modal_overlay {
|
|||||||
|
|
||||||
.zone-forwards {
|
.zone-forwards {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zone-forwards > * {
|
.zone-forwards > * {
|
||||||
flex: 1 1 40%;
|
flex: 1 1 40%;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
|
text-wrap: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zone-forwards > span {
|
.zone-forwards > span {
|
||||||
|
|||||||
Reference in New Issue
Block a user