Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
Signed-off-by: RD WebDesign <[email protected]>
  • Loading branch information
rdwebdesign committed Jun 4, 2024
1 parent d581498 commit db33e79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style/pi-hole.css
Original file line number Diff line number Diff line change
Expand Up @@ -1173,11 +1173,11 @@ table.dataTable tbody > tr > .selected {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
gap: .5em
gap: 0.5em;
}
#advanced-settings-menu ul:before,
#advanced-settings-menu ul:after {
content: none
content: none;
}

#advanced-settings-menu ul > li {
Expand Down

0 comments on commit db33e79

Please sign in to comment.