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

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

parent 85f05ee8
......@@ -73,11 +73,13 @@ $border-radius: 3px !default;
opacity: 1;
}
// textarea.& {
// height: auto;
// min-height: ($line-height * 2) + ($field-padding-vertical * 2);
// resize: vertical;
// }
@at-root textarea#{&} {
$textarea-height: ($line-height * 2) + ($field-padding-vertical * 2);
height: auto;
min-height: calc(#{$textarea-height} + 2px);
resize: vertical;
}
}
&__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