]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove redundant space from blockquote footer prefix
authoracj <gitlab@acjs.net>
Tue, 14 Aug 2018 08:38:57 +0000 (10:38 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Sun, 26 Aug 2018 11:48:51 +0000 (14:48 +0300)
scss/_type.scss

index ea3d9ab9091c580b89187b9bba0d63e29e37e186..37dd9673282edee437437fcdbdf402ff40170992 100644 (file)
@@ -120,6 +120,6 @@ mark,
   color: $blockquote-small-color;
 
   &::before {
-    content: "\2014 \00A0"; // em dash, nbsp
+    content: "\2014\00A0"; // em dash, nbsp
   }
 }