Skip to content

Commit

Permalink
fix(pagination): fix the select input to support multi-digits numbers,
Browse files Browse the repository at this point in the history
  • Loading branch information
rezak-otmani committed Apr 16, 2018
1 parent c4c26c1 commit dd14649
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/pagination/_pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ $css--helpers: true;
.#{$prefix}--select-input {
height: rem(24px);
width: auto;
padding: 0 $spacing-xs;
padding: 0 $spacing-md;
margin: 0;
font-weight: 600;

Expand All @@ -121,7 +121,7 @@ $css--helpers: true;
}

.#{$prefix}--select__arrow {
right: 0.5rem;
right: 0.3rem;
top: 0.625rem;
}

Expand Down Expand Up @@ -172,7 +172,7 @@ $css--helpers: true;
}

.#{$prefix}--select__arrow {
right: 0.7rem;
right: 0.3rem;
}
}
}

0 comments on commit dd14649

Please sign in to comment.