Skip to content

Commit

Permalink
Fix list filters vertical alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina committed Jan 13, 2021
1 parent 40a334a commit bd69d55
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 bd69d55

Please sign in to comment.