mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
committed by
John MacFarlane
parent
95541294d3
commit
de4da56079
+2
-1
@@ -24,7 +24,7 @@
|
||||
padding-top: 50px;
|
||||
padding-bottom: 50px;
|
||||
hyphens: auto;
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: break-word;
|
||||
text-rendering: optimizeLegibility;
|
||||
font-kerning: normal;
|
||||
}
|
||||
@@ -95,6 +95,7 @@
|
||||
pre code {
|
||||
padding: 0;
|
||||
overflow: visible;
|
||||
overflow-wrap: normal;
|
||||
}
|
||||
.sourceCode {
|
||||
background-color: transparent;
|
||||
|
||||
Reference in New Issue
Block a user