Merge pull request #5792 from McGiverGim/controlgroup_flex

luci-material-theme: make control-group flex
This commit is contained in:
Jo-Philipp Wich 2022-04-30 15:34:41 +02:00 committed by GitHub
commit 0a49bbe87f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;