Skip to content

Commit

Permalink
Used fixed width for number inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitaindik committed Dec 18, 2024
1 parent dc59c29 commit f1de5b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const input = cx(
baseStyle,
css`
@container (min-width: ${CONTAINER_BREAKPOINT}px) {
flex: 0 0 auto;
flex: 0 0 150px;
}
`
);
Expand Down

0 comments on commit f1de5b6

Please sign in to comment.