Skip to content

Commit a8614e3

Browse files
committed
fix(dashboard): prevent vertical filter overlap
1 parent 43e9e1e commit a8614e3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls

superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControl.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@ const VerticalFormItem = styled(StyledFormItem)<{
154154
flex-direction: column;
155155
`}
156156
}
157+
158+
.ant-col {
159+
min-height: auto;
160+
}
157161
`;
158162

159163
const HorizontalFormItem = styled(StyledFormItem)<{

0 commit comments

Comments
 (0)