mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-13 13:47:38 +02:00
web/SmallDialog: fix line breaking in body text
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user