diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-07-07 10:21:55 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-07-07 10:21:55 +0000 |
| commit | e7ff9b5227bc5bb188c57e4d835735dbcd0beb28 (patch) | |
| tree | 4f7d7b05d55a4533aaa4501cb8d220971062a484 /src | |
| parent | 19b5aea081d910dc129150d49d91ed8e78a9cdd3 (diff) | |
| parent | bba4b57dd84cf81c501451529122e9bdd53407f2 (diff) | |
Merge branch '600-2' into 'develop'
Preserve formatting of status content
Closes #600
See merge request pleroma/pleroma-fe!872
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/status/status.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 440e1957..b16d8694 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -453,6 +453,7 @@ $status-margin: 0.75em; .status-content { font-family: var(--postFont, sans-serif); line-height: 1.4em; + white-space: pre-wrap; img, video { max-width: 100%; |
