From d6b498d3aed427b721ea1a9f90273cd81772f5bc Mon Sep 17 00:00:00 2001 From: Simao Rodrigues Date: Fri, 25 Aug 2023 14:23:18 +0100 Subject: [PATCH] Fix map legend circles being squished --- .../legend-item-type-basic-item/index.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/components/legend/components/legend-item-types/legend-item-type-basic/legend-item-type-basic-item/index.js b/components/legend/components/legend-item-types/legend-item-type-basic/legend-item-type-basic-item/index.js index cbfafe5b89..7a0f28e2bc 100644 --- a/components/legend/components/legend-item-types/legend-item-type-basic/legend-item-type-basic-item/index.js +++ b/components/legend/components/legend-item-types/legend-item-type-basic/legend-item-type-basic-item/index.js @@ -52,7 +52,12 @@ class LegendItem extends React.PureComponent { return (
); }