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 5141d48 commit 2d7ea6eCopy full SHA for 2d7ea6e
App/styles/main.less
@@ -125,8 +125,22 @@ pre#Html {
125
}
126
127
128
+pre code {
129
+ display: block;
130
+ padding: 16px;
131
+ overflow: auto;
132
+ font-size: 85%;
133
+ line-height: 1.45;
134
+ border-radius: 5px;
135
+}
136
+
137
code {
138
+ max-width: 100%;
139
+ overflow-y: hidden;
140
+ overflow-x: auto;
141
background-color: #e1e1e4;
- white-space: pre-wrap;
- word-break: break-all;
142
+ padding: .2em .4em;
143
+ margin: 0;
144
145
146
0 commit comments