From d58aee2106fa78456c26e8dde6e182917ec7e948 Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Wed, 14 Oct 2020 21:08:46 +0200 Subject: Set minimal height of all textareas to 100px (#16566) --- plugins/Morpheus/stylesheets/general/_forms.less | 4 ++++ plugins/Morpheus/tests/UI/expected-screenshots/Morpheus_load.png | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'plugins/Morpheus') diff --git a/plugins/Morpheus/stylesheets/general/_forms.less b/plugins/Morpheus/stylesheets/general/_forms.less index 9d9d55395a..0991e5af07 100644 --- a/plugins/Morpheus/stylesheets/general/_forms.less +++ b/plugins/Morpheus/stylesheets/general/_forms.less @@ -129,4 +129,8 @@ abbr[title] { .select-wrapper input.select-dropdown:focus { border-bottom-color: @theme-color-brand; +} + +textarea.materialize-textarea { + min-height: 100px; } \ No newline at end of file diff --git a/plugins/Morpheus/tests/UI/expected-screenshots/Morpheus_load.png b/plugins/Morpheus/tests/UI/expected-screenshots/Morpheus_load.png index d6d2759dc6..58c4dc3cc6 100644 --- a/plugins/Morpheus/tests/UI/expected-screenshots/Morpheus_load.png +++ b/plugins/Morpheus/tests/UI/expected-screenshots/Morpheus_load.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7c35dd1236c2a696d42c21337259008a217c99b86f2c70e6d048913416445052 -size 1665459 +oid sha256:f8f6009eb0af31e96c7df196e5d7e2d88a0eb265f2f69a9051d3fa56490de09b +size 1666022 -- cgit v1.2.3