Skip to content

Commit

Permalink
Add styling for checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
ekumachidi committed Apr 5, 2024
1 parent 353f1ab commit 5142194
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/webpacker/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,7 @@ $govuk-grid-widths: (
.govuk-accordion__controls {
margin-bottom: 1em;
}
.govuk-input,
input[type="checkbox"] {
width: 15%;
}

0 comments on commit 5142194

Please sign in to comment.