Skip to content

Commit 8e4fd72

Browse files
committed
fix:代码块2px
1 parent c8c44de commit 8e4fd72

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "markdown-nice",
33
"author": "mdnice",
44
"description": "a markdown editor with the function of style edition",
5-
"version": "0.1.2",
5+
"version": "0.1.3",
66
"private": false,
77
"main": "lib/Lib.js",
88
"module": "lib/Lib.js",

src/template/basic.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ ol {
165165
font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;
166166
border-radius: 0px;
167167
font-size: 12px;
168-
padding: 2px;
169168
-webkit-overflow-scrolling: touch;
170169
}
171170
#nice pre code span {

0 commit comments

Comments
 (0)