Skip to content

Commit

Permalink
reduce spacing between radio and checkbox label (#81)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Hosgood <[email protected]>
  • Loading branch information
Terry-Price and ahosgood authored Feb 5, 2024
1 parent 22e6e2e commit d92c2a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/nationalarchives/components/checkboxes/checkboxes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

&--small &__item {
&-label {
padding-left: 2.5rem;
padding-left: 2.25rem;

line-height: 1.5rem;

Expand Down
2 changes: 1 addition & 1 deletion src/nationalarchives/components/radios/radios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

&--small &__item {
&-label {
padding-left: 2.5rem;
padding-left: 2.25rem;

line-height: 1.5rem;

Expand Down

0 comments on commit d92c2a6

Please sign in to comment.