ErrorTip use white-space: pre

This commit is contained in:
the-djmaze 2024-03-27 01:22:01 +01:00
parent 652fbced3c
commit f745a54669

View file

@ -16,7 +16,7 @@
text-align: var(--left, left);
top: 100%;
transition: opacity 0.2s ease-in-out;
white-space: nowrap;
white-space: pre;
z-index: 2001;
}
@media screen and (max-width: @maxMobileWidth) {