mirror of https://git.openwrt.org/project/luci.git
luci-theme-material: zone-forwards wrap
Signed-off-by: Jyn <pvp4eek@gmail.com>
This commit is contained in:
parent
8f61f1616a
commit
50677f9de5
|
@ -2189,10 +2189,12 @@ span[data-tooltip] .label {
|
||||||
.zone-forwards {
|
.zone-forwards {
|
||||||
display: flex;
|
display: flex;
|
||||||
min-width: 10rem;
|
min-width: 10rem;
|
||||||
|
flex-wrap: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zone-forwards > * {
|
.zone-forwards > * {
|
||||||
flex: 1 1 45%;
|
flex: 1 1 45%;
|
||||||
|
text-wrap: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zone-forwards > span {
|
.zone-forwards > span {
|
||||||
|
|
Loading…
Reference in New Issue