6 lines
107 B
SCSS
6 lines
107 B
SCSS
|
.chart-tooltip > .popover {
|
||
|
min-width: 0;
|
||
|
width: max-content;
|
||
|
max-width: $chart-tooltip-max-width;
|
||
|
}
|