From 1778a8a6507a36ff284c68efcb2f4925b17fff1f Mon Sep 17 00:00:00 2001 From: RD WebDesign Date: Tue, 14 Nov 2023 17:40:43 -0300 Subject: [PATCH] Fix indentation of paragraphs inside icheck elements Signed-off-by: RD WebDesign --- style/pi-hole.css | 5 +++++ 1 file changed, 5 insertions(+) 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 {