]> cat aescling's git repositories - mastodon.git/commitdiff
Remove extra margin in paragraphs inside blockquotes
authorThibaut Girka <thib@sitedethib.com>
Wed, 24 Apr 2019 16:30:55 +0000 (18:30 +0200)
committerThibG <thib@sitedethib.com>
Wed, 24 Apr 2019 20:40:17 +0000 (22:40 +0200)
app/javascript/flavours/glitch/styles/components/status.scss

index 65a41e947b285602d5a80d3718d231e2f940b651..f16b43186c41b5f74b2e4f2c24a08163c0f3e35e 100644 (file)
     blockquote {
       margin-left: 20px;
       color: $dark-text-color;
+
+      p:last-child {
+        margin-bottom: 0;
+      }
     }
 
     b, strong {