fix: DeckGL legend layout (#30140)
This commit is contained in:
parent
2b27e9eda1
commit
af066a4630
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue