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

This commit is contained in:
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

View file

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