Skip to content

Commit

Permalink
Fix styling and padding on govuk-radios__item question-context
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-l-brockwell committed Nov 11, 2024
1 parent 54f4477 commit 88ad488
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/frontend/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ legend.body-font-size {
}
}

.govuk-radios__item .question-context {
margin-left: 44px;
}

.add-collaborator-box .question-context {
@include core-19;
}
Expand Down
1 change: 1 addition & 0 deletions forms/award_years/v2025/innovation/innovation_step4.rb
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ def innovation_step4
end

options :innovation_part_of, "How would the innovation that forms the basis of this application fit within the overall business?" do
classes "question-context govuk-hint"
ref "D 5"
required
option "it's integral to the whole business", "It's integral to the whole business"
Expand Down

0 comments on commit 88ad488

Please sign in to comment.