We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22af1c commit 00dff01Copy full SHA for 00dff01
packages/datepickers/src/styled/styled-datepicker.tsx
@@ -125,6 +125,7 @@ export const StyledCalendarItem = styled.div<{ isSmall?: boolean }>`
125
width: ${retrieveSpacing};
126
height: ${retrieveSpacing};
127
position: relative;
128
+ vertical-align: top;
129
130
${props => retrieveTheme('datepickers.calendar_item', props)};
131
`;
0 commit comments