Skip to content

Commit

Permalink
fix(charts) - legend tooltip missing space between label and value (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dlabrecq authored Nov 7, 2024
1 parent 79e3652 commit a382cd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const getLegendTooltipSize = ({
legendData,
legendOrientation = 'vertical',
legendProps,
minSpacing = 1,
minSpacing = 2, // Adjust min spacing, see https://issues.redhat.com/browse/COST-5648
text = '',
theme
}: ChartLegendTooltipFlyoutInterface) => {
Expand Down

0 comments on commit a382cd6

Please sign in to comment.