fix(dashboard): adjust vertical spacing for numerical range filter to prevent overlaps (#36167)

This commit is contained in:
Enzo Martellucci
2025-11-20 14:20:52 +01:00
committed by GitHub
parent 53207302f9
commit 6d359161bb

View File

@@ -154,6 +154,10 @@ const VerticalFormItem = styled(StyledFormItem)<{
flex-direction: column;
`}
}
.ant-col {
min-height: auto;
}
`;
const HorizontalFormItem = styled(StyledFormItem)<{