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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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`