We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e7ba7 commit 1ee5711Copy full SHA for 1ee5711
resources/sass/_lists.scss
@@ -366,9 +366,10 @@ details.sort-box[open] summary .caret-container svg {
366
367
ul.pagination {
368
display: inline-flex;
369
+ flex-wrap: wrap;
370
list-style: none;
371
margin: vars.$m 0;
- padding-inline-start: 1px;
372
+ padding-inline: 1px;
373
li:first-child {
374
a, span {
375
border-radius: 3px 0 0 3px;
@@ -384,6 +385,7 @@ ul.pagination {
384
385
padding: vars.$xxs vars.$s;
386
border: 1px solid #CCC;
387
margin-inline-start: -1px;
388
+ margin-block-end: -1px;
389
user-select: none;
390
@include mixins.lightDark(color, #555, #eee);
391
@include mixins.lightDark(border-color, #ccc, #666);
0 commit comments