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;
|
margin-bottom: .2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.control-group {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
gap: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
[data-page="admin-system-opkg"] div.btn {
|
[data-page="admin-system-opkg"] div.btn {
|
||||||
line-height: 3;
|
line-height: 3;
|
||||||
display: inline;
|
display: inline;
|
||||||
|
|
Loading…
Reference in a new issue