From ec50fbd97135c3341fcc619e3eb79c55ee6046f2 Mon Sep 17 00:00:00 2001 From: llj Date: Thu, 7 Mar 2019 11:46:21 +0800 Subject: [PATCH] [text file view] UI bugfix (#3068) --- frontend/src/css/text-file-view.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/css/text-file-view.css b/frontend/src/css/text-file-view.css index 670723d6df..ac52940dda 100644 --- a/frontend/src/css/text-file-view.css +++ b/frontend/src/css/text-file-view.css @@ -12,3 +12,6 @@ height: auto; min-height: 300px; } +.CodeMirror-scroll { + min-height: 300px; +}