mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-27 09:40:23 +00:00
Remove redundant space from blockquote footer prefix
This commit is contained in:
parent
cd28869a2f
commit
b652932f0c
1 changed files with 1 additions and 1 deletions
|
|
@ -120,6 +120,6 @@ mark,
|
|||
color: $blockquote-small-color;
|
||||
|
||||
&::before {
|
||||
content: "\2014 \00A0"; // em dash, nbsp
|
||||
content: "\2014\00A0"; // em dash, nbsp
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue