Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoracj <gitlab@acjs.net>2018-08-14 11:38:57 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-08-26 14:48:51 +0300
commitb652932f0cdfa3ca054f9b607d56f3bdb046d284 (patch)
tree8bd6109da12edeafece22dee9fd23a4195c466de /scss/_type.scss
parentcd28869a2f208930d130f6f7c5acb1c2762785b8 (diff)
Remove redundant space from blockquote footer prefix
Diffstat (limited to 'scss/_type.scss')
-rw-r--r--scss/_type.scss2
1 files changed, 1 insertions, 1 deletions
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
}
}