mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
fix(dashboard): adjust vertical spacing for numerical range filter to prevent overlaps (#36167)
This commit is contained in:
@@ -154,6 +154,10 @@ const VerticalFormItem = styled(StyledFormItem)<{
|
||||
flex-direction: column;
|
||||
`}
|
||||
}
|
||||
|
||||
.ant-col {
|
||||
min-height: auto;
|
||||
}
|
||||
`;
|
||||
|
||||
const HorizontalFormItem = styled(StyledFormItem)<{
|
||||
|
||||
Reference in New Issue
Block a user