Skip to content

Commit

Permalink
Update to use float
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave House committed Feb 5, 2019
1 parent 377333a commit f7e900c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/checkboxes/_checkboxes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@
}

.govuk-checkboxes--small .govuk-checkboxes__label {
display: block;
margin-top: -2px;
padding: 11px govuk-spacing(3) 9px 0;
float: left;

@include govuk-media-query($from: tablet) {
padding: 9px govuk-spacing(3) 6px 0;
Expand Down
2 changes: 1 addition & 1 deletion src/components/radios/_radios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@
}

.govuk-radios--small .govuk-radios__label {
display: block;
margin-top: -2px;
padding: 11px govuk-spacing(3) 9px 0;
float: left;

@include govuk-media-query($from: tablet) {
padding: 9px govuk-spacing(3) 6px 0;
Expand Down

0 comments on commit f7e900c

Please sign in to comment.