We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd0737 commit 18c6419Copy full SHA for 18c6419
src/Elastic.Markdown/Assets/markdown/codeblock.css
@@ -1,12 +1,12 @@
1
#elastic-docs-v3 {
2
- /*pre {*/
3
- /* margin-bottom: calc(var(--spacing) * 6);*/
4
- /* border-radius: var(--radius-md);*/
5
- /* overflow-x: auto;*/
6
- /*}*/
7
- /*code {*/
8
9
10
11
+ pre {
+ margin-bottom: calc(var(--spacing) * 6);
+ border-radius: var(--radius-md);
+ overflow-x: auto;
+ }
+ code {
12
}
0 commit comments