forked from AkkomaGang/akkoma-fe
preserve formatting of content
This commit is contained in:
parent
60b413d02c
commit
bba4b57dd8
1 changed files with 1 additions and 0 deletions
|
@ -453,6 +453,7 @@ $status-margin: 0.75em;
|
||||||
.status-content {
|
.status-content {
|
||||||
font-family: var(--postFont, sans-serif);
|
font-family: var(--postFont, sans-serif);
|
||||||
line-height: 1.4em;
|
line-height: 1.4em;
|
||||||
|
white-space: pre-wrap;
|
||||||
|
|
||||||
img, video {
|
img, video {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue