summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-material/htdocs/luci-static/material
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2022-04-30 15:34:41 +0200
committerGitHub <noreply@github.com>2022-04-30 15:34:41 +0200
commit0a49bbe87f05fb43a7619d86761f98a1db68e5f5 (patch)
tree50d303f845adef9ec80e0449cae9237f190c2222 /themes/luci-theme-material/htdocs/luci-static/material
parent403b8000c438f7848e37c5605534063f083343a5 (diff)
parent17ddeb7b579160b5367047bbfaa079090090b888 (diff)
Merge pull request #5792 from McGiverGim/controlgroup_flex
luci-material-theme: make control-group flex
Diffstat (limited to 'themes/luci-theme-material/htdocs/luci-static/material')
-rw-r--r--themes/luci-theme-material/htdocs/luci-static/material/cascade.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css
index 77e509227c..51f75efca3 100644
--- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css
+++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css
@@ -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;