Skip to content

Commit 9740d15

Browse files
committed
fix: fix layout issues with pagination
1 parent 0c9cf67 commit 9740d15

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/assets/scss/_global-components.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,7 @@ input[disabled].toggle-switch:checked + label:after { background-color: lighten(
771771
.pagination-controls {
772772
display: flex;
773773
justify-self: end;
774+
flex: 1;
774775

775776
button {
776777
background: transparent;

src/components/layout/SimplePagination.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ export default {
119119
.pagination {
120120
display: flex;
121121
flex-flow: row;
122-
flex-wrap: wrap;
123122
align-items: center;
124123
margin: 0;
125124
padding: 0;

0 commit comments

Comments
 (0)