From 74d2b241972e6cf42dabe1f55d478561b088c147 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Thu, 23 May 2019 09:45:00 +0200 Subject: [PATCH] luci-theme-material: fix checkbox css StaticList view Signed-off-by: Florian Eckert --- .../htdocs/luci-static/material/cascade.css | 4 ++++ 1 file changed, 4 insertions(+) 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 2a88ef375..8a41e8c0c 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/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; } -- 2.25.1