Skip to content

Commit

Permalink
FIX: Stepper width in firefox (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipdanisko authored and vepor committed Jun 6, 2019
1 parent d8b4dd8 commit ecd13fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Stepper/StepperStateless/index.js
Expand Up @@ -23,6 +23,7 @@ const StyledStepperInput = styled.input`
font-weight: ${({ theme }) => theme.orbit.fontWeightBold};
color: ${({ theme }) => theme.orbit.paletteInkNormal};
text-align: center;
min-width: 0;
&::-webkit-inner-spin-button,
&::-webkit-outer-spin-button {
Expand Down

0 comments on commit ecd13fd

Please sign in to comment.