Skip to content

Commit

Permalink
Apply flex layout to admin pagination.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Mar 25, 2024
1 parent f60ce2a commit df9946c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion application/asset/css/style.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions application/asset/sass/_screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -973,6 +973,8 @@ nav ul {
nav.pagination {
margin-bottom: $spacing-medium;
overflow: hidden;
display: flex;
flex-wrap: wrap;
}

nav.pagination form,
Expand Down

1 comment on commit df9946c

@kimisgold
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addresses #2168.

Please sign in to comment.