Skip to content

Commit

Permalink
fix(slider): change input max-width to width (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
iangfleming authored and hellobrian committed Jun 28, 2017
1 parent 0320771 commit 133048e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/slider/_slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
}

.bx-slider-text-input {
max-width: rem(32px);
width: rem(32px);
min-width: 0;
height: 2rem;
padding: 0;
Expand Down

0 comments on commit 133048e

Please sign in to comment.