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

View File

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