1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-13 06:55:59 +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;
}