fix: tooltip respects newlines via white-space: pre-wrap

This commit is contained in:
Falkan
2026-03-18 23:49:24 -04:00
parent 248df8d552
commit 52fc0b826f
2 changed files with 108 additions and 1 deletions

View File

@@ -464,7 +464,7 @@
pointer-events: none;
opacity: 0;
transition: opacity 0.15s ease;
white-space: normal;
white-space: pre-wrap;
}
.hu-tooltip--visible {
opacity: 1;