From: Mélanie Chauvel (ariasuni) Date: Sat, 25 May 2019 21:19:39 +0000 (+0200) Subject: Avoid cutting bottom of letters of last paragraph of statuses (#10821) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=4168aeb234fb1cb01162aa586775d52d52c6d02c;p=mastodon.git Avoid cutting bottom of letters of last paragraph of statuses (#10821) --- diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 4fbbe67c7..61f595362 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -710,7 +710,7 @@ white-space: pre-wrap; &:last-child { - margin-bottom: 0; + margin-bottom: 2px; } }