Merge branch 'bio-wrap' into 'develop'
Markup: use whitespace-pre-wrap (fix multiline bios on Mastodon) See merge request soapbox-pub/soapbox!1999
This commit is contained in:
commit
dd5056cfb3
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
[data-markup] {
|
||||
@apply whitespace-pre-wrap;
|
||||
}
|
||||
|
||||
[data-markup] p {
|
||||
@apply mb-4 whitespace-pre-wrap;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue