Skip to content

Commit

Permalink
Fix list filters vertical alignment (apache#12497)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina authored and villebro committed Jan 15, 2021
1 parent 52ba82f commit 75a329a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/components/ListView/Filters/Base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
`;

0 comments on commit 75a329a

Please sign in to comment.