style(pagination): fix ui when inside a card
This commit is contained in:
parent
aa4e51444d
commit
0206936c35
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
:not(.fr-downloads-group) > ul {
|
:not(.fr-downloads-group):not(.fr-pagination) > ul {
|
||||||
list-style-type: disc;
|
list-style-type: disc;
|
||||||
list-style-position: inside;
|
list-style-position: inside;
|
||||||
padding-left: $default-padding;
|
padding-left: $default-padding;
|
||||||
|
|
Loading…
Add table
Reference in a new issue