You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/04/26 14:01:28 UTC

[GitHub] [superset] codemaster08240328 commented on a diff in pull request #19485: fix: Set fixed maxWidth of the cron schedule modal

codemaster08240328 commented on code in PR #19485:
URL: https://github.com/apache/superset/pull/19485#discussion_r858752722


##########
superset-frontend/src/components/ReportModal/styles.tsx:
##########
@@ -71,6 +71,7 @@ export const StyledScheduleTitle = styled.div`
 
 export const StyledCronPicker = styled(CronPicker)`
   margin-bottom: ${({ theme }) => theme.gridUnit * 3}px;
+  width: 450px;

Review Comment:
   480 px is too much from my memory. Let me check again. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org