1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Remove redundant space from blockquote footer prefix

This commit is contained in:
acj 2018-08-14 10:38:57 +02:00 committed by XhmikosR
parent cd28869a2f
commit b652932f0c

View file

@ -120,6 +120,6 @@ mark,
color: $blockquote-small-color;
&::before {
content: "\2014 \00A0"; // em dash, nbsp
content: "\2014\00A0"; // em dash, nbsp
}
}