mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-16 11:53:13 +00:00
Fix paragraph margins resulting in irregular read-more cut-off in web UI (#26828)
This commit is contained in:
parent
9e3567bfbe
commit
398635c0c4
|
@ -836,7 +836,7 @@ body > [data-popper-placement] {
|
|||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 22px;
|
||||
white-space: pre-wrap;
|
||||
unicode-bidi: plaintext;
|
||||
|
||||
|
|
Loading…
Reference in a new issue