#299 increase height textarea

This commit is contained in:
konstantin krivlenia
2019-04-14 11:19:03 +03:00
parent 5f86519aad
commit c7824e603d
@@ -2,7 +2,7 @@
$lineHeight: 1.4;
$fontSize: 16px;
$paddingVrt: 10px;
$lines: 3;
$lines: 4;
$height: calc($fontSize * $lineHeight * $lines + $paddingVrt * 2);
box-sizing: border-box;