Commit 47921d16 authored by Nikolay Gromov's avatar Nikolay Gromov

Добавил поправку для textarea

parent 85f05ee8
...@@ -73,11 +73,13 @@ $border-radius: 3px !default; ...@@ -73,11 +73,13 @@ $border-radius: 3px !default;
opacity: 1; opacity: 1;
} }
// textarea.& { @at-root textarea#{&} {
// height: auto; $textarea-height: ($line-height * 2) + ($field-padding-vertical * 2);
// min-height: ($line-height * 2) + ($field-padding-vertical * 2);
// resize: vertical; height: auto;
// } min-height: calc(#{$textarea-height} + 2px);
resize: vertical;
}
} }
&__help-text { &__help-text {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment