Skip to content

Commit 1ee5711

Browse files
committed
Pagination: Fixed lack of responsiveness causing overflow
For BookStackApp#5920
1 parent 08e7ba7 commit 1ee5711

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

resources/sass/_lists.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,10 @@ details.sort-box[open] summary .caret-container svg {
366366

367367
ul.pagination {
368368
display: inline-flex;
369+
flex-wrap: wrap;
369370
list-style: none;
370371
margin: vars.$m 0;
371-
padding-inline-start: 1px;
372+
padding-inline: 1px;
372373
li:first-child {
373374
a, span {
374375
border-radius: 3px 0 0 3px;
@@ -384,6 +385,7 @@ ul.pagination {
384385
padding: vars.$xxs vars.$s;
385386
border: 1px solid #CCC;
386387
margin-inline-start: -1px;
388+
margin-block-end: -1px;
387389
user-select: none;
388390
@include mixins.lightDark(color, #555, #eee);
389391
@include mixins.lightDark(border-color, #ccc, #666);

0 commit comments

Comments
 (0)