Add min-height to text tag editor

This commit is contained in:
Quincy Morgan
2020-01-20 13:08:50 -05:00
parent d4dd92bc78
commit 512453d54c
+1
View File
@@ -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;
}