Message: Fix collapsing multiple spaces

This commit is contained in:
Alexander Zinchuk 2022-01-28 02:10:58 +01:00
parent e1288fd4f5
commit bc18224114

View File

@ -55,6 +55,7 @@
.text-content {
margin: 0;
word-break: break-word;
white-space: pre-wrap;
line-height: 1.3125;
text-align: initial;
display: flow-root;