Skip to content

Commit

Permalink
fix: DeckGL legend layout (#30140)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina committed Sep 3, 2024
1 parent 2b27e9e commit af066a4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,13 @@ const StyledLegend = styled.div`
margin: 0;
& li a {
display: flex;
color: ${theme.colors.grayscale.base};
text-decoration: none;
padding: ${theme.gridUnit}px 0;
& span {
margin-right: ${theme.gridUnit * 3}px;
margin-right: ${theme.gridUnit}px;
}
}
}
Expand Down

0 comments on commit af066a4

Please sign in to comment.