Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2020-10-14 22:08:46 +0300
committerGitHub <noreply@github.com>2020-10-14 22:08:46 +0300
commitd58aee2106fa78456c26e8dde6e182917ec7e948 (patch)
treebca056da4bf6f372bf4c3e42a191f8f163ca6de7 /plugins/Morpheus
parent714a21e568a72d7153fdf7912eb8877b8f2bc8aa (diff)
Set minimal height of all textareas to 100px (#16566)
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/stylesheets/general/_forms.less4
-rw-r--r--plugins/Morpheus/tests/UI/expected-screenshots/Morpheus_load.png4
2 files changed, 6 insertions, 2 deletions
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