Skip to content

Commit

Permalink
Merge pull request #4692 from wri/develop
Browse files Browse the repository at this point in the history
PROD Deploy 2023-09-14 05:25am EST
  • Loading branch information
SARodrigues authored Sep 14, 2023
2 parents 25d973c + e6a16e7 commit 56f78c3
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,12 @@ class LegendItem extends React.PureComponent {
return (
<div
className={`icon-${icon}`}
style={{ width: size, height: size, backgroundColor: color }}
style={{
width: size,
height: size,
backgroundColor: color,
minWidth: size,
}}
/>
);
}
Expand Down

0 comments on commit 56f78c3

Please sign in to comment.