Closed njzjz closed 1 year ago
I fix it by adding the style display: unset
. I'd like to know if there are any suggestions.
.paginationjs {
display: unset!important;
}
@njzjz justify-content
also is an option:
.paginationjs {
justify-content: center;
}
Thanks, it looks good to me.
Describe the bug
133 introduces
display: flex;
which makes my page's pagination no longer centered.To Reproduce without
display: flex
: herewith
display: flex;
: hereExpected behavior Without
display: flex
:Versions:
Additional context
My HTML code is