Skip to content

Commit

Permalink
fix: stylelint
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
  • Loading branch information
skjnldsv committed Aug 30, 2024
1 parent 69f808d commit 63ffb97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/settings/FolderGroups.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}

// Fit group selection
&[colspan="5"] {
&[colspan='5'] {
padding: 0;

.no-options-available {
Expand All @@ -43,7 +43,7 @@
text-align: center;

// Align checkboxes with close button and text
input[type="checkbox"] {
input[type='checkbox'] {
vertical-align: middle;
}
}
Expand Down

0 comments on commit 63ffb97

Please sign in to comment.