From b652932f0cdfa3ca054f9b607d56f3bdb046d284 Mon Sep 17 00:00:00 2001 From: acj Date: Tue, 14 Aug 2018 10:38:57 +0200 Subject: [PATCH] Remove redundant space from blockquote footer prefix --- scss/_type.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_type.scss b/scss/_type.scss index ea3d9ab909..37dd967328 100644 --- a/scss/_type.scss +++ b/scss/_type.scss @@ -120,6 +120,6 @@ mark, color: $blockquote-small-color; &::before { - content: "\2014 \00A0"; // em dash, nbsp + content: "\2014\00A0"; // em dash, nbsp } }