1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-12-11 19:57:23 +03:00

Pagination: Fixed lack of responsiveness causing overflow

For #5920
This commit is contained in:
Dan Brown
2025-12-07 13:09:50 +00:00
parent 08e7ba7064
commit 1ee5711435

View File

@@ -366,9 +366,10 @@ details.sort-box[open] summary .caret-container svg {
ul.pagination {
display: inline-flex;
flex-wrap: wrap;
list-style: none;
margin: vars.$m 0;
padding-inline-start: 1px;
padding-inline: 1px;
li:first-child {
a, span {
border-radius: 3px 0 0 3px;
@@ -384,6 +385,7 @@ ul.pagination {
padding: vars.$xxs vars.$s;
border: 1px solid #CCC;
margin-inline-start: -1px;
margin-block-end: -1px;
user-select: none;
@include mixins.lightDark(color, #555, #eee);
@include mixins.lightDark(border-color, #ccc, #666);