about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-04-24 18:30:55 +0200
committerThibG <thib@sitedethib.com>2019-04-24 22:40:17 +0200
commit3631c3314a7708f1e29e7d1b0fbc6cbb3d802af3 (patch)
tree00660a647f2699a05d5dc937aa731a4770cc97bb
parent9b86707b1e15c1fbfee408f1199cc96156d5c0f0 (diff)
Remove extra margin in paragraphs inside blockquotes
-rw-r--r--app/javascript/flavours/glitch/styles/components/status.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/status.scss b/app/javascript/flavours/glitch/styles/components/status.scss
index 65a41e947..f16b43186 100644
--- a/app/javascript/flavours/glitch/styles/components/status.scss
+++ b/app/javascript/flavours/glitch/styles/components/status.scss
@@ -49,6 +49,10 @@
     blockquote {
       margin-left: 20px;
       color: $dark-text-color;
+
+      p:last-child {
+        margin-bottom: 0;
+      }
     }
 
     b, strong {