fix: tooltip respects newlines via white-space: pre-wrap
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user