diff --git a/superset-frontend/src/components/CronPicker/CronPicker.tsx b/superset-frontend/src/components/CronPicker/CronPicker.tsx index 631f7f24b4..4a98e729ce 100644 --- a/superset-frontend/src/components/CronPicker/CronPicker.tsx +++ b/superset-frontend/src/components/CronPicker/CronPicker.tsx @@ -110,6 +110,9 @@ export const CronPicker = styled((props: CronProps) => ( ))` + .react-js-cron-field { + margin-bottom: 0px; + } .react-js-cron-select:not(.react-js-cron-custom-select) > div:first-of-type, .react-js-cron-custom-select { border-radius: ${({ theme }) => theme.gridUnit}px;