Multiline modifier for tooltips

This commit is contained in:
Michael Lange 2019-11-05 23:12:18 -08:00
parent 75c9e80251
commit 01d0efb317

View file

@ -61,3 +61,8 @@
opacity: 1;
top: -20%;
}
.tooltip.multiline::after {
width: 200px;
white-space: normal;
}