mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Remove margin from pre in code.scss since it's already set in reboot (#24366)
This commit is contained in:
parent
b21c822e50
commit
a89187f94d
1 changed files with 0 additions and 2 deletions
|
@ -42,8 +42,6 @@ kbd {
|
||||||
// Blocks of code
|
// Blocks of code
|
||||||
pre {
|
pre {
|
||||||
display: block;
|
display: block;
|
||||||
margin-top: 0;
|
|
||||||
margin-bottom: 1rem;
|
|
||||||
font-size: $code-font-size;
|
font-size: $code-font-size;
|
||||||
color: $pre-color;
|
color: $pre-color;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue