Multiline modifier for tooltips

This commit is contained in:
Michael Lange
2019-11-05 23:12:18 -08:00
parent b02f05fbda
commit 5098b552cf

View File

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