mirror of
https://github.com/lingble/twenty.git
synced 2025-10-30 04:12:28 +00:00
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:
@@ -126,7 +126,6 @@ const StyledContainer = styled.div<{ calendarDisabled?: boolean }>`
|
|||||||
}
|
}
|
||||||
& .react-datepicker__month-dropdown {
|
& .react-datepicker__month-dropdown {
|
||||||
left: ${({ theme }) => theme.spacing(2)};
|
left: ${({ theme }) => theme.spacing(2)};
|
||||||
width: 160px;
|
|
||||||
height: 260px;
|
height: 260px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user