web/SmallDialog: fix line breaking in body text

This commit is contained in:
wukko 2024-07-28 13:15:28 +06:00
parent 194ff90d3d
commit 5bb5c6dc3c
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -109,6 +109,7 @@
font-weight: 500;
line-height: 1.7;
color: var(--gray);
white-space: pre-wrap;
user-select: text;
-webkit-user-select: text;
}