Skip to content

Commit

Permalink
DateRange: replace width with minWidth in filter section (#3870)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertCarreras authored Nov 14, 2024
1 parent 567b29b commit 5f44f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gestalt-datepicker/src/DateRange.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ function DateRange({
Children.only<ReactElement>(radioGroup).type.displayName === 'RadioGroup' &&
!isMobile ? (
<div className={borderStyles.borderRight}>
<Box paddingX={6} paddingY={4} width={216}>
<Box minWidth={216} paddingX={6} paddingY={4}>
{radioGroup}
</Box>
</div>
Expand Down

0 comments on commit 5f44f70

Please sign in to comment.