From 512453d54c4b62fb978ee933ba3b7cbf7970613a Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Mon, 20 Jan 2020 13:08:50 -0500 Subject: [PATCH] Add min-height to text tag editor --- css/80_app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/80_app.css b/css/80_app.css index 1338af840..afb79aa9a 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -2300,6 +2300,7 @@ button.raw-tag-option svg.icon { .tag-text { width: 100%; height: 100%; + min-height: 32px; font-family: monospace; white-space: pre; }