diff --git a/superset-frontend/src/components/ListView/Filters/Base.ts b/superset-frontend/src/components/ListView/Filters/Base.ts index 91554c38aba40..4d10c65475630 100644 --- a/superset-frontend/src/components/ListView/Filters/Base.ts +++ b/superset-frontend/src/components/ListView/Filters/Base.ts @@ -28,10 +28,10 @@ export const FilterContainer = styled.div` display: inline-flex; margin-right: 2em; font-size: ${({ theme }) => theme.typography.sizes.s}px; + align-items: center; `; export const FilterTitle = styled.label` font-weight: bold; - line-height: 27px; margin: 0 0.4em 0 0; `;