logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: e7ff9b5227bc5bb188c57e4d835735dbcd0beb28
parent: 19b5aea081d910dc129150d49d91ed8e78a9cdd3
Author: Shpuld Shpludson <shp@cock.li>
Date:   Sun,  7 Jul 2019 10:21:55 +0000

Merge branch '600-2' into 'develop'

Preserve formatting of status content

Closes #600

See merge request pleroma/pleroma-fe!872

Diffstat:

Msrc/components/status/status.vue1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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%;