removing bottom margin on CronPicker (#21140)

This commit is contained in:
Paulo Eduardo da Silva
2022-08-25 00:44:16 -03:00
committed by GitHub
parent da3401a698
commit 74e40c2de1

View File

@@ -110,6 +110,9 @@ export const CronPicker = styled((props: CronProps) => (
<ReactCronPicker locale={LOCALE} {...props} />
</ConfigProvider>
))`
.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;