about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMélanie Chauvel (ariasuni) <perso@hack-libre.org>2019-05-25 23:19:39 +0200
committerEugen Rochko <eugen@zeonfederated.com>2019-05-25 23:19:39 +0200
commit4168aeb234fb1cb01162aa586775d52d52c6d02c (patch)
tree2e1201927c7f53b94186500fc5402ab11f99ec59
parentd55d8a611b5d0d9ea91058cc7d78c7155d0e68cf (diff)
Avoid cutting bottom of letters of last paragraph of statuses (#10821)
-rw-r--r--app/javascript/styles/mastodon/components.scss2
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;
     }
   }