style(pagination): fix ui when inside a card

This commit is contained in:
Colin Darie 2023-08-31 16:43:20 +02:00
parent aa4e51444d
commit 0206936c35
No known key found for this signature in database
GPG key ID: 8C76CADD40253590

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;