summaryrefslogtreecommitdiffstats
path: root/css/Properties/Properties.scss
diff options
context:
space:
mode:
Diffstat (limited to 'css/Properties/Properties.scss')
-rw-r--r--css/Properties/Properties.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/Properties/Properties.scss b/css/Properties/Properties.scss
index 788a3c81..3c225e0c 100644
--- a/css/Properties/Properties.scss
+++ b/css/Properties/Properties.scss
@@ -143,7 +143,7 @@ $property-ext-padding-right: 8px;
&__value {
flex: 1 1;
- textarea& {
+ 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;
@@ -153,7 +153,7 @@ $property-ext-padding-right: 8px;
&:read-only {
border-color: var(--color-border-dark);
}
- input&--with-ext {
+ &--with-ext {
// ext icon width + 8px padding
padding-right: 24px;
}