From 74e40c2de1760b9d1f08f9eaff3a064fcf834fe4 Mon Sep 17 00:00:00 2001 From: Paulo Eduardo da Silva Date: Thu, 25 Aug 2022 00:44:16 -0300 Subject: [PATCH] removing bottom margin on CronPicker (#21140) --- superset-frontend/src/components/CronPicker/CronPicker.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/superset-frontend/src/components/CronPicker/CronPicker.tsx b/superset-frontend/src/components/CronPicker/CronPicker.tsx index 631f7f24b43..4a98e729ce3 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;