Skip to content

Commit

Permalink
Fix DateRangePickerInput alignment on mobile #1689 (#1697)
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp91 authored Apr 21, 2020
1 parent 512c17e commit 3a1f342
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/DateRangePicker/DateRangePickerInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const useStyles = makeStyles(
alignItems: 'baseline',
[theme.breakpoints.down('xs')]: {
flexDirection: 'column',
alignItems: 'center',
},
},
toLabelDelimiter: {
Expand Down

1 comment on commit 3a1f342

@vercel
Copy link

@vercel vercel bot commented on 3a1f342 Apr 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.