gearheads
/
mastodon
Archived
2
0
Fork 0

Fix paragraph margins resulting in irregular read-more cut-off in web UI (#26828)

gh/dev^2
Eugen Rochko 2023-09-07 04:24:01 +02:00 committed by GitHub
parent 9e3567bfbe
commit 398635c0c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -836,7 +836,7 @@ body > [data-popper-placement] {
} }
p { p {
margin-bottom: 20px; margin-bottom: 22px;
white-space: pre-wrap; white-space: pre-wrap;
unicode-bidi: plaintext; unicode-bidi: plaintext;