Skip to content

Commit

Permalink
fix(textarea): add resizing in both directions
Browse files Browse the repository at this point in the history
  • Loading branch information
silviyaboteva authored and joneff committed Aug 5, 2020
1 parent 989b300 commit a9fa95f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/default/scss/textarea/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
width: $textarea-default-width;
min-height: $textarea-calc-height;
display: inline-block;
resize: both;
}

// Textarea new rendering
Expand All @@ -89,6 +90,7 @@
width: $textarea-default-width;
min-height: $textarea-calc-height;
overflow-y: auto;
resize: both;
}
}

Expand Down

0 comments on commit a9fa95f

Please sign in to comment.