Merge pull request #9441 from colinux/fix-pagination-list-type

Fix style pagination quand affichée dans .card
This commit is contained in:
Colin Darie 2023-08-31 14:57:26 +00:00 committed by GitHub
commit 79224569a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@
}
}
:not(.fr-downloads-group) > ul {
:not(.fr-downloads-group):not(.fr-pagination) > ul {
list-style-type: disc;
list-style-position: inside;
padding-left: $default-padding;