Skip to content

Commit c66b8ad

Browse files
committed
RTL: Fixed pagination not responding to RTL layout
For BookStackApp#4808
1 parent 12daa1c commit c66b8ad

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

resources/sass/_lists.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -358,13 +358,10 @@ details.sort-box[open] summary .caret-container svg {
358358
}
359359

360360
ul.pagination {
361-
display: inline-block;
361+
display: inline-flex;
362362
list-style: none;
363363
margin: $-m 0;
364364
padding-inline-start: 1px;
365-
li {
366-
float: left;
367-
}
368365
li:first-child {
369366
a, span {
370367
border-radius: 3px 0 0 3px;

0 commit comments

Comments
 (0)