mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-13 02:55:24 +08:00
ErrorTip use white-space: pre
This commit is contained in:
parent
652fbced3c
commit
f745a54669
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
text-align: var(--left, left);
|
text-align: var(--left, left);
|
||||||
top: 100%;
|
top: 100%;
|
||||||
transition: opacity 0.2s ease-in-out;
|
transition: opacity 0.2s ease-in-out;
|
||||||
white-space: nowrap;
|
white-space: pre;
|
||||||
z-index: 2001;
|
z-index: 2001;
|
||||||
}
|
}
|
||||||
@media screen and (max-width: @maxMobileWidth) {
|
@media screen and (max-width: @maxMobileWidth) {
|
||||||
|
|
Loading…
Reference in a new issue