]> cat aescling's git repositories - mastodon.git/commitdiff
Avoid cutting bottom of letters of last paragraph of statuses (#10821)
authorMélanie Chauvel (ariasuni) <perso@hack-libre.org>
Sat, 25 May 2019 21:19:39 +0000 (23:19 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 25 May 2019 21:19:39 +0000 (23:19 +0200)
app/javascript/styles/mastodon/components.scss

index 4fbbe67c7b144a52bc001a4b7be953b3af18fd26..61f5953628b6d61a9334554f3b85d3c8ee9fb747 100644 (file)
     white-space: pre-wrap;
 
     &:last-child {
-      margin-bottom: 0;
+      margin-bottom: 2px;
     }
   }