mirror of
https://github.com/apache/superset.git
synced 2026-06-06 16:19:18 +00:00
fix(alerts): cron picker alignment issues (#22274)
This commit is contained in:
@@ -122,4 +122,10 @@ export const CronPicker = styled((props: CronProps) => (
|
||||
.react-js-cron-custom-select > div:first-of-type {
|
||||
border-radius: ${({ theme }) => theme.gridUnit}px;
|
||||
}
|
||||
.react-js-cron-custom-select .ant-select-selection-placeholder {
|
||||
flex: auto;
|
||||
}
|
||||
.react-js-cron-custom-select .ant-select-selection-overflow-item {
|
||||
align-self: center;
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user