summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/Properties/Properties.scss7
1 files changed, 6 insertions, 1 deletions
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;
+ }
}
}