Fix date picker size (#8216)

<img width="760" alt="Capture d’écran 2024-10-30 à 16 54 19"
src="https://github.com/user-attachments/assets/b9b0f717-d93e-48d4-9df5-b817eab5b704">
This commit is contained in:
Thomas Trompette
2024-10-30 17:34:05 +01:00
committed by GitHub
parent 7a5d52e88d
commit c7c16f7114

View File

@@ -126,7 +126,6 @@ const StyledContainer = styled.div<{ calendarDisabled?: boolean }>`
}
& .react-datepicker__month-dropdown {
left: ${({ theme }) => theme.spacing(2)};
width: 160px;
height: 260px;
}