Skip to content

Commit

Permalink
RangeControl: Widen input to allow 3 digits
Browse files Browse the repository at this point in the history
Compensates for wider padding on InputControl
  • Loading branch information
mirka committed Nov 2, 2021
1 parent a05caf7 commit eb0cc2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ export const InputNumber = styled( NumberControl )`
display: inline-block;
font-size: 13px;
margin-top: 0;
width: ${ space( 16 ) } !important;
width: ${ space( 20 ) } !important;
input[type='number']& {
${ rangeHeight };
Expand Down

0 comments on commit eb0cc2d

Please sign in to comment.