From 5279b43599ba418b997803b03ef2d788b30d663b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Fri, 5 Oct 2018 09:28:49 +0200 Subject: Textarea note fixes and resize MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- css/Properties/Properties.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'css') diff --git a/css/Properties/Properties.scss b/css/Properties/Properties.scss index ba108c53..a7bc1a78 100644 --- a/css/Properties/Properties.scss +++ b/css/Properties/Properties.scss @@ -65,7 +65,7 @@ display: flex; align-items: center; padding-right: 44px; - height: $grid-height-unit; + // height: $grid-height-unit; position: relative; } @@ -116,5 +116,10 @@ // property value within row, after label &__value { flex: 1 1; + textarea& { + align-self: flex-start; + min-height: 2 * $grid-height-unit - 2*$grid-input-margin; + max-height: 5 * $grid-height-unit - 2*$grid-input-margin; + } } } -- cgit v1.2.3