mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-27 23:44:41 +00:00
inherit font-size in code when inside pre
This commit is contained in:
parent
a74d6cfe73
commit
9564c356d3
3 changed files with 3 additions and 1 deletions
1
dist/css/bootstrap.css
vendored
1
dist/css/bootstrap.css
vendored
|
|
@ -711,6 +711,7 @@ pre.prettyprint {
|
|||
|
||||
pre code {
|
||||
padding: 0;
|
||||
font-size: inherit;
|
||||
color: inherit;
|
||||
white-space: pre-wrap;
|
||||
background-color: transparent;
|
||||
|
|
|
|||
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -41,6 +41,7 @@ pre {
|
|||
// Account for some code outputs that place code tags in pre tags
|
||||
code {
|
||||
padding: 0;
|
||||
font-size: inherit;
|
||||
color: inherit;
|
||||
white-space: pre-wrap;
|
||||
background-color: transparent;
|
||||
|
|
|
|||
Loading…
Reference in a new issue