luci-material-theme: make control-group flex
The control-group div does not flex. The buttons overflow the screen. This change mades them flex. Signed-off-by: Miguel Angel Mulero Martinez <migmul@gmail.com>
This commit is contained in:
parent
5ccef2421b
commit
17ddeb7b57
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