16 lines
292 B
CSS
16 lines
292 B
CSS
/* Reading view */
|
|
.markdown-rendered pre {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
.markdown-rendered pre > code {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
|
|
/* Live Preview */
|
|
.markdown-source-view.mod-cm6 .HyperMD-codeblock {
|
|
padding-left: 0 !important;
|
|
padding-right: 0 !important;
|
|
}
|