Skip to content

Commit

Permalink
Align icon (apache#11848)
Browse files Browse the repository at this point in the history
  • Loading branch information
maloun96 authored Dec 2, 2020
1 parent 9514be5 commit 618a73d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions superset-frontend/src/components/FaveStar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ interface FaveStarProps {

const StyledLink = styled.a`
font-size: ${({ theme }) => theme.typography.sizes.xl}px;
display: flex;
padding: 0 0 0 0.5em;
`;

export default class FaveStar extends React.PureComponent<FaveStarProps> {
Expand Down

0 comments on commit 618a73d

Please sign in to comment.