Skip to content

Commit

Permalink
fix: Set fixed maxWidth of the cron schedule modal (#19485)
Browse files Browse the repository at this point in the history
* fix: Set fixed maxWidth of the cron schedule modal

* resolve comment

* resolve comment
  • Loading branch information
codemaster08240328 committed Apr 29, 2022
1 parent c2999fd commit 7cfd892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset-frontend/src/components/ReportModal/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 7cfd892

Please sign in to comment.