mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
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:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user