Skip to content

Commit

Permalink
fix width issues
Browse files Browse the repository at this point in the history
  • Loading branch information
noraleonte committed Dec 14, 2023
1 parent 20f4bbf commit 81cad88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const PickersInputSectionsContainer = styled(PickersSectionListRoot, {
display: 'flex',
flexWrap: 'nowrap',
padding: '16.5px 0',
width: '20ch',
width: 'calc(20ch + 2px)',
flexGrow: 1,
overflow: 'hidden',
letterSpacing: 'inherit',
Expand Down

0 comments on commit 81cad88

Please sign in to comment.