Skip to content

Commit

Permalink
Fix sass warning for nested rules (#2563)
Browse files Browse the repository at this point in the history
  • Loading branch information
drieJAC authored Sep 23, 2024
1 parent b52053e commit afa9305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RepeatableFields/QuestionConfig.vue
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,8 @@ export default {
<style lang="scss" scoped>
.govuk-fieldset {
@include govuk-responsive-padding(6);
border: 2px solid $govuk-border-colour;
@include govuk-responsive-padding(6);
}
.jac-add-another__remove-button {
Expand Down

0 comments on commit afa9305

Please sign in to comment.