Display line breaks inside paragraphs
This should improve rendering of Pleroma markdown posts.
This commit is contained in:
parent
9aec17880d
commit
a71192e535
1 changed files with 4 additions and 0 deletions
|
@ -87,6 +87,10 @@ function getContent(): string {
|
|||
padding: $block-inner-padding;
|
||||
word-wrap: break-word;
|
||||
|
||||
:deep(p) {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
:deep(a) {
|
||||
@include block-link;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue