Skip to content

Commit

Permalink
Fix MapInfo icon alignment.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 3027052a54d0ded70b13f73a12721f36da82837c
  • Loading branch information
cpojer committed May 9, 2024
1 parent 4dab57a commit 8ce93c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hera/ui/MapInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ const textStyle = css`
`;

const iconStyle = css`
margin-right: 4px;
margin: 3px 4px 0 0;
`;

const rangeStyle = css`
Expand Down

0 comments on commit 8ce93c4

Please sign in to comment.