Skip to content

Commit

Permalink
fix: label width was larger than its container's minimum width
Browse files Browse the repository at this point in the history
  • Loading branch information
filipgutica committed Sep 15, 2023
1 parent b77e90f commit 2cc1707
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ const position = inject('legendPosition', ref(ChartLegendPosition.Right))
}
.label {
width: 14ch;
width: 12ch;
}
.truncate-label {
max-width: 10ch;
Expand Down

0 comments on commit 2cc1707

Please sign in to comment.