Fix indentation of paragraphs inside icheck elements

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign
2023-11-14 17:40:43 -03:00
parent c885832087
commit 1778a8a650
+5
View File
@@ -680,6 +680,11 @@ li:not(.menu-open) .treeview-menu .warning-count {
border-color: #3c8dbc;
}
/* Fix indentation of <p> 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 {