Browse Source

Merge pull request #2746 from TDT-AG/pr/20190603-luci-theme-material

luci-theme-material: fix checkbox css StaticList view
Florian Eckert 4 years ago
parent
commit
1e138fdccf

+ 4 - 0
themes/luci-theme-material/htdocs/luci-static/material/cascade.css

@@ -2089,6 +2089,10 @@ label > input[type="radio"] {
 	vertical-align: bottom;
 }
 
+label[data-index][data-depends] {
+	padding-right: 2em;
+}
+
 .showSide {
 	display: none;
 }