Skip to content

Commit

Permalink
fix(slider): correct input width (#9829)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tay1orjones and kodiakhq[bot] authored Oct 12, 2021
1 parent 19256b3 commit 1a6eaf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/components/src/components/slider/_slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@

.#{$prefix}--slider-text-input,
.#{$prefix}-slider-text-input {
width: auto;
width: rem(64px);
height: rem(40px);
-moz-appearance: textfield;
text-align: center;
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/scss/components/slider/_slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@

.#{$prefix}--slider-text-input,
.#{$prefix}-slider-text-input {
width: auto;
width: rem(64px);
height: rem(40px);
-moz-appearance: textfield;
text-align: center;
Expand Down

0 comments on commit 1a6eaf2

Please sign in to comment.