1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-04-21 09:44:36 +00:00

fix(web): codemirror line number font size

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

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