fix: Set fixed maxWidth of the cron schedule modal (#19485)

* fix: Set fixed maxWidth of the cron schedule modal

* resolve comment

* resolve comment
This commit is contained in:
Smart-Codi
2022-04-29 14:32:54 -04:00
committed by GitHub
parent c2999fdc22
commit 7cfd892bb9

View File

@@ -71,6 +71,7 @@ export const StyledScheduleTitle = styled.div`
export const StyledCronPicker = styled(CronPicker)`
margin-bottom: ${({ theme }) => theme.gridUnit * 3}px;
width: ${({ theme }) => theme.gridUnit * 120}px;
`;
export const StyledCronError = styled.p`