Skip to content

Commit

Permalink
Set claim card header css align-items to flex-start
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitemaeric committed Dec 23, 2024
1 parent 6dda08b commit 8645f0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/components/claim/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
gap: govuk-spacing(1) govuk-spacing(2);

@include govuk-media-query($until: desktop) {
Expand Down

0 comments on commit 8645f0b

Please sign in to comment.