Skip to content

Commit

Permalink
chore: fix pagination list etc
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilR8 committed Nov 14, 2024
1 parent b5a6b06 commit a81e92a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions solution/ui/regulations/css/scss/partials/_pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ nav.pagination-controls {
}

.desktop-list {
flex-direction: row;
margin-block-end: var(--spacer-2);

@include custom-max(calc($eds-xs-max / 1px)) {
display: none;
}
Expand Down
1 change: 1 addition & 0 deletions solution/ui/regulations/css/scss/partials/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@
.row__content {
&--list {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: flex-start;
margin: 0;
Expand Down

0 comments on commit a81e92a

Please sign in to comment.