8cf0af88e6
Resolves an issue where long series label names overflow the popover chart tooltip container
5 lines
107 B
SCSS
5 lines
107 B
SCSS
.chart-tooltip > .popover {
|
|
min-width: 0;
|
|
width: max-content;
|
|
max-width: $chart-tooltip-max-width;
|
|
}
|