From b5d9c0fee3c214db3710e17ba030fae0b9472a0a Mon Sep 17 00:00:00 2001 From: SeinopSys Date: Fri, 1 Oct 2021 00:43:46 +0200 Subject: [PATCH] prevent text inputs from being resized below their default height --- assets/css/common/_forms.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/common/_forms.scss b/assets/css/common/_forms.scss index 2efb0b0e..484eddaa 100644 --- a/assets/css/common/_forms.scss +++ b/assets/css/common/_forms.scss @@ -54,7 +54,7 @@ form p { } .input--text { - height: 8.6em; + min-height: 8.6em; } .input--separate-left {