Merge pull request #5792 from McGiverGim/controlgroup_flex
luci-material-theme: make control-group flex
This commit is contained in:
commit
0a49bbe87f
1 changed files with 6 additions and 0 deletions
|
@ -2340,6 +2340,12 @@ input[name="nslookup"] {
|
|||
margin-bottom: .2rem;
|
||||
}
|
||||
|
||||
.control-group {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 2px;
|
||||
}
|
||||
|
||||
[data-page="admin-system-opkg"] div.btn {
|
||||
line-height: 3;
|
||||
display: inline;
|
||||
|
|
Loading…
Reference in a new issue