Merge pull request #6926 from dannil/fix/luci-mod-network-iface-wrapping

This commit is contained in:
Jo-Philipp Wich 2024-02-18 11:36:15 +01:00 committed by GitHub
commit 72cb359bc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2144,6 +2144,10 @@ th[data-sort-direction="desc"]::after { content: "\a0\25bc"; }
padding: .25em;
}
#cbi-network-interface .ifacebox-body {
white-space: normal;
}
.ifacebadge {
display: inline-block;
flex-direction: row;