Skip to content

Commit

Permalink
Tweak margin on grouped entities
Browse files Browse the repository at this point in the history
  • Loading branch information
feedmypixel committed Jan 27, 2025
1 parent 716a369 commit 426edf2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/server/common/components/entity/_entity.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
.app-entity__group {
display: flex;
align-items: center;

.app-entity {
margin-right: govuk-spacing(1);

&:last-of-type {
margin-right: 0;
}
}
}

.app-entity__list-item {
Expand Down

0 comments on commit 426edf2

Please sign in to comment.