diff options
| author | taehoon <th.dev91@gmail.com> | 2019-07-05 21:57:48 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-07-05 21:57:48 -0400 |
| commit | bba4b57dd84cf81c501451529122e9bdd53407f2 (patch) | |
| tree | 261fd0cabfcd328e8487d33485ce2b035b051162 /src | |
| parent | 60b413d02c4be5b3f24ff984e43090620d9a59e1 (diff) | |
preserve formatting of content
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%; |
