Markup: use whitespace-pre-wrap (fix multiline bios on Mastodon)
This commit is contained in:
parent
5a38f7fb09
commit
eef7fdb78e
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue