Skip to content

Commit

Permalink
feat: add class to fix styling (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
cg-julian-taylor authored Dec 20, 2022
1 parent 45cb1c2 commit 479da57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/FormCheckbox/Styled.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ In this section we're using the formCheckbox component providing the GovUk style
return (
<div class="govuk-form-group">
<fieldset class="govuk-fieldset" aria-describedby="">
<div class="govuk-checkboxes">
<div class="govuk-checkboxes govuk-checkboxes--small">
<FormCheckbox
name="organisation"
label="HM Revenue and Customs (HMRC)"
Expand Down

0 comments on commit 479da57

Please # to comment.