fix(web): codemirror line number font size
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2022-11-07 20:42:40 +08:00
parent 62a63c4c6e
commit e7860cc24e
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -453,3 +453,7 @@ form.uoj-bs4-form-compressed button {
z-index: 500;
}
}
.CodeMirror-linenumber {
font-size: 14px !important;
}