1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 10:26:17 +00:00

[text file view] UI bugfix (#3068)

This commit is contained in:
llj
2019-03-07 11:46:21 +08:00
committed by Daniel Pan
parent b839efe490
commit ec50fbd971

View File

@@ -12,3 +12,6 @@
height: auto;
min-height: 300px;
}
.CodeMirror-scroll {
min-height: 300px;
}