mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Fix indentation of paragraphs inside icheck elements
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user