1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-05 17:02:47 +00:00

optimize style (#5371)

This commit is contained in:
杨顺强
2023-02-07 12:05:49 +08:00
committed by GitHub
parent 365b726269
commit ac84fc7992

View File

@@ -11,6 +11,10 @@
max-width: 950px;
}
.text-file-view .cm-editor.cm-focused {
outline: none;
}
.text-file-view .cm-scroll {
min-height: 300px;
}