fix: resolve display issues in code blocks caused by display: grid in theme
This commit is contained in:
parent
23b333bfae
commit
297a216a48
1 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* Extra - Put your extra SASS/CSS here, it will get bundled with abridge.css
|
* Extra - Put your extra SASS/CSS here, it will get bundled with abridge.css
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
|
// Fix code blocks - theme's display:grid breaks syntax highlighting spans
|
||||||
|
pre > code {
|
||||||
|
display: block !important;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue