Skip to content

Commit

Permalink
fix: fix layout issues with pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsey committed Dec 3, 2021
1 parent 0c9cf67 commit 9740d15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/assets/scss/_global-components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,7 @@ input[disabled].toggle-switch:checked + label:after { background-color: lighten(
.pagination-controls {
display: flex;
justify-self: end;
flex: 1;

button {
background: transparent;
Expand Down
1 change: 0 additions & 1 deletion src/components/layout/SimplePagination.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ export default {
.pagination {
display: flex;
flex-flow: row;
flex-wrap: wrap;
align-items: center;
margin: 0;
padding: 0;
Expand Down

0 comments on commit 9740d15

Please sign in to comment.