Skip to content

Commit

Permalink
style: count style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilR8 committed Sep 26, 2024
1 parent dce76ab commit 74c3890
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion solution/ui/regulations/css/scss/partials/_subjects.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,14 @@
line-height: 22px;

.count__span {
min-width: var(--spacer-6);
min-width: var(--spacer-4);
padding-left: var(--spacer-2);
display: flex;
justify-content: end;

@media (max-width: $eds-width-sm) {
min-width: var(--spacer-6);
}
}
}
}
Expand Down

0 comments on commit 74c3890

Please sign in to comment.