fix: padding-top style (#85)

fix #85
This commit is contained in:
yanglbme 2021-11-15 21:30:02 +08:00
parent 07a3ae213f
commit 2eec1e0b0b

View File

@ -145,8 +145,7 @@
}
.CodeMirror-scroll {
padding: 20px;
padding-bottom: 0px;
padding: 0 20px;
overflow-x: hidden !important;
overflow-y: scroll !important;
}
@ -155,3 +154,9 @@
width: 0px;
height: 0px;
}
.CodeMirror-wrap {
padding-top: 20px;
padding-bottom: 20px;
box-sizing: border-box;
}