diff --git a/style/pi-hole.css b/style/pi-hole.css index 3a2ab5ec..295ed48b 100644 --- a/style/pi-hole.css +++ b/style/pi-hole.css @@ -680,6 +680,11 @@ li:not(.menu-open) .treeview-menu .warning-count { border-color: #3c8dbc; } +/* Fix indentation of
elements inside icheck elements */ +[class*="icheck-"] > label + p { + padding-left: 29px; +} + /* Fix some datatables layout on small screens */ @media screen and (max-width: 660px), screen and (min-width: 767px) and (max-width: 960px) { #domainsTable_wrapper .table-responsive {