Skip to content

Commit

Permalink
fix(NumberPicker): remove padding in inline mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bindoon committed Mar 22, 2019
1 parent 6e7e642 commit a5c59a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/number-picker/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@
text-align: center;
}

.#{$css-prefix}input input {
padding: 0;
}

&.#{$css-prefix}medium {
width: 100px;

Expand Down

0 comments on commit a5c59a7

Please sign in to comment.