diff options
| author | acj <[email protected]> | 2018-08-14 10:38:57 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-08-26 14:48:51 +0300 |
| commit | b652932f0cdfa3ca054f9b607d56f3bdb046d284 (patch) | |
| tree | 8bd6109da12edeafece22dee9fd23a4195c466de /scss/_type.scss | |
| parent | cd28869a2f208930d130f6f7c5acb1c2762785b8 (diff) | |
| download | bootstrap-b652932f0cdfa3ca054f9b607d56f3bdb046d284.tar.xz bootstrap-b652932f0cdfa3ca054f9b607d56f3bdb046d284.zip | |
Remove redundant space from blockquote footer prefix
Diffstat (limited to 'scss/_type.scss')
| -rw-r--r-- | scss/_type.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_type.scss b/scss/_type.scss index ea3d9ab90..37dd96732 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 } } |
