marked-mfm fixes: spin direction, greentext #34

Merged
floatingghost merged 9 commits from marked-mfm into develop 2022-07-15 09:59:22 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 8861835580 - Show all commits

View File

@ -17,7 +17,6 @@
& .text,
& .summary {
font-family: var(--postFont, sans-serif);
white-space: pre-wrap;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
@ -31,6 +30,9 @@
}
.text {
& > * {
white-space: pre-wrap;
}
&.-single-line {
white-space: nowrap;
text-overflow: ellipsis;