From 3a7396c19d55b5a05bbd900190ec6396d7890cec Mon Sep 17 00:00:00 2001
From: Rajit Sarkar <rsar@loc.gov>
Date: Tue, 16 Jul 2024 10:15:04 -0400
Subject: [PATCH] CONCD-879 white space under the editor

---
 concordia/templates/fragments/codemirror.html | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/concordia/templates/fragments/codemirror.html b/concordia/templates/fragments/codemirror.html
index 7bdda3d20..42ccf539f 100644
--- a/concordia/templates/fragments/codemirror.html
+++ b/concordia/templates/fragments/codemirror.html
@@ -29,6 +29,10 @@
         min-height: 500px;
     }
 
+    .form-row.codemirror-with-preview > div .CodeMirror {
+        min-height: 500px;
+    }
+
     .form-row.codemirror-with-preview > div > label {
         flex-basis: 100%;
         min-height: 0;