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;
|
font-weight: 500;
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
color: var(--gray);
|
color: var(--gray);
|
||||||
|
white-space: pre-wrap;
|
||||||
user-select: text;
|
user-select: text;
|
||||||
-webkit-user-select: text;
|
-webkit-user-select: text;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue