Skip to content

Commit

Permalink
(fix) O3-2152: Fixed incorrect padding of pagination page number (ope…
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderMizgirev committed Jun 10, 2023
1 parent 9eabdad commit a95aa2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/framework/esm-styleguide/src/_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,12 @@ html[dir="rtl"] {
}
}

.cds--select__page-number {
.cds--select-input {
padding: 0 spacing.$spacing-05 0 2.25rem;
}
}

.cds--content-switcher {
& > :last-child {
border-bottom-left-radius: 0.25rem;
Expand Down

0 comments on commit a95aa2c

Please sign in to comment.