Skip to content

Commit

Permalink
Correct checkbox margins. See #124
Browse files Browse the repository at this point in the history
  • Loading branch information
breyten committed Oct 25, 2023
1 parent ac8fca3 commit f919717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AddColumnBar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ input {
border-radius: 5px;
line-height: 32px;
padding: 0 20px;
margin: 10px 0;
margin: 10px 10px 10px 0;
}
.no-bottom-margin {
margin-bottom: 0 !important;
Expand Down

0 comments on commit f919717

Please sign in to comment.