diff --git a/src/components/charts/StatisticsLegend.vue b/src/components/charts/StatisticsLegend.vue index 5b87fdb0..14bbe1cd 100644 --- a/src/components/charts/StatisticsLegend.vue +++ b/src/components/charts/StatisticsLegend.vue @@ -98,6 +98,7 @@ export default { flex-shrink: 1; flex-grow: 1; overflow: hidden; + min-width: 200px; text-overflow: ellipsis; white-space: nowrap; }