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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;