Correctly style code in block shortcode
This commit is contained in:
parent
a799af97c9
commit
4fff67ade6
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ pre.chroma {
|
||||||
min-width: initial;
|
min-width: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
p, li, h1, h2, h3, h4, h5, h6 {
|
p, li, h1, h2, h3, h4, h5, h6, div.block-shortcode {
|
||||||
code {
|
code {
|
||||||
@extend .chroma;
|
@extend .chroma;
|
||||||
padding: $spacer * 0.25;
|
padding: $spacer * 0.25;
|
||||||
|
|
Loading…
Reference in a new issue