We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db6c08e commit 6037854Copy full SHA for 6037854
1 file changed
src/components/Pagination/pagination.scss
@@ -147,9 +147,6 @@ span.#{$prefix}--pagination__text {
147
.#{$prefix}--pagination__control-buttons {
148
display: flex;
149
}
150
- .#{$prefix}--pagination__text {
151
- display: inline-block;
152
- }
153
.#{$prefix}--pagination__left > * {
154
display: inherit;
155
@@ -169,6 +166,9 @@ span.#{$prefix}--pagination__text {
169
166
170
167
display: none;
171
168
+ .#{$prefix}--pagination__items-count {
+ margin-left: 0;
+ }
172
173
174
0 commit comments