Skip to content

Commit

Permalink
Merge pull request #3470 from alphagov/fix-feedback-component-spacing
Browse files Browse the repository at this point in the history
Fix feedback component spacing
  • Loading branch information
hannalaakso authored Jul 13, 2023
2 parents f66c2a8 + bec46cc commit e6c7fd7
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@
padding-bottom: 0;
margin-right: govuk-spacing(2);
}

@include govuk-media-query($from: desktop) {
margin-right: govuk-spacing(4);
}
}

.gem-c-feedback__prompt-link {
Expand Down Expand Up @@ -138,6 +142,10 @@
.gem-c-feedback__option-list-item {
&:last-child {
margin-left: govuk-spacing(2);

@include govuk-media-query($from: desktop) {
margin-left: govuk-spacing(4);
}
}
}

Expand Down

0 comments on commit e6c7fd7

Please sign in to comment.