web/SmallDialog: fix line breaking in body text
This commit is contained in:
parent
194ff90d3d
commit
5bb5c6dc3c
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue