Skip to content

Commit 6037854

Browse files
committed
fix container queries and remove unnecessary margin
1 parent db6c08e commit 6037854

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/Pagination/pagination.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,6 @@ span.#{$prefix}--pagination__text {
147147
.#{$prefix}--pagination__control-buttons {
148148
display: flex;
149149
}
150-
.#{$prefix}--pagination__text {
151-
display: inline-block;
152-
}
153150
.#{$prefix}--pagination__left > * {
154151
display: inherit;
155152
}
@@ -169,6 +166,9 @@ span.#{$prefix}--pagination__text {
169166
.#{$prefix}--pagination__left > * {
170167
display: none;
171168
}
169+
.#{$prefix}--pagination__items-count {
170+
margin-left: 0;
171+
}
172172
}
173173
}
174174

0 commit comments

Comments
 (0)