~cytrogen/masto-fe

398635c0c4987ec44d937e98431ff5dee331ea94 — Eugen Rochko 2 years ago 9e3567b
Fix paragraph margins resulting in irregular read-more cut-off in web UI (#26828)

1 files changed, 1 insertions(+), 1 deletions(-)

M app/javascript/styles/mastodon/components.scss
M app/javascript/styles/mastodon/components.scss => app/javascript/styles/mastodon/components.scss +1 -1
@@ 836,7 836,7 @@ body > [data-popper-placement] {
  }

  p {
    margin-bottom: 20px;
    margin-bottom: 22px;
    white-space: pre-wrap;
    unicode-bidi: plaintext;