tippy: Wrap overflowing content of tippy tooltips.

This commit is contained in:
Yogesh Sirsat
2022-10-19 16:34:09 +05:30
committed by Tim Abbott
parent 0b0a8f4659
commit b28efaae76

View File

@@ -84,6 +84,7 @@ pre {
* for tooltips here.
*/
font-family: "Source Sans 3", sans-serif !important;
word-wrap: break-word;
/* Affects all tippy tooltips not using any theme. */
.tippy-box:not([data-theme]) {