Skip to content

Commit

Permalink
fix(alerts): cron picker alignment issues (#22274)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomedina248 committed Dec 2, 2022
1 parent 8018982 commit 09bb1cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions superset-frontend/src/components/CronPicker/CronPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
`;

0 comments on commit 09bb1cc

Please sign in to comment.