Skip to content

Commit

Permalink
Merge pull request #5512 from nickgros/SWC-7052
Browse files Browse the repository at this point in the history
SWC-7052 - Fix checkbox/radio alignment after removal of custom checkbox style in SRC
  • Loading branch information
jay-hodgson committed Sep 5, 2024
2 parents b74c31c + 58a0222 commit 3c18d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/sass/_core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ end sticky footer

.checkbox,
.radio {
padding-left: 0px;
padding-left: 20px;
min-width: 27px;
margin-top: 5px;
margin-bottom: 5px;
Expand Down

0 comments on commit 3c18d5d

Please sign in to comment.