Markup: use whitespace-pre-wrap (fix multiline bios on Mastodon)

This commit is contained in:
Alex Gleason 2022-12-14 11:01:09 -06:00
parent 5a38f7fb09
commit eef7fdb78e
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
[data-markup] {
@apply whitespace-pre-wrap;
}
[data-markup] p { [data-markup] p {
@apply mb-4 whitespace-pre-wrap; @apply mb-4 whitespace-pre-wrap;
} }