refactor(CodeEditor): remove the right border of gutters (#7137)

refactor: remove the right border of gutters
This commit is contained in:
one 2025-06-13 11:02:22 +08:00 committed by GitHub
parent e9a42a5aaf
commit a2ecec12aa

View File

@ -321,6 +321,7 @@ mjx-container {
.cm-gutters {
line-height: 1.6;
border-right: none;
}
.cm-content {