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:
parent
c2999fdc22
commit
7cfd892bb9
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in New Issue