Fix paragraph margins resulting in irregular read-more cut-off in web UI (#26828)
parent
9e3567bfbe
commit
398635c0c4
|
@ -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;
|
||||||
|
|
||||||
|
|
Reference in New Issue