diff options
author | Mélanie Chauvel (ariasuni) <perso@hack-libre.org> | 2019-05-25 23:19:39 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-05-25 23:19:39 +0200 |
commit | 4168aeb234fb1cb01162aa586775d52d52c6d02c (patch) | |
tree | 2e1201927c7f53b94186500fc5402ab11f99ec59 /app | |
parent | d55d8a611b5d0d9ea91058cc7d78c7155d0e68cf (diff) |
Avoid cutting bottom of letters of last paragraph of statuses (#10821)
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |