Skip to content

Commit

Permalink
fix: update textarea flex options
Browse files Browse the repository at this point in the history
  • Loading branch information
inikolova authored and joneff committed Dec 16, 2020
1 parent 7a902de commit c38c698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/default/scss/textarea/_layout.scss
Expand Up @@ -17,7 +17,7 @@
box-shadow: none;
background: none;
display: inline-flex;
flex-flow: row nowrap;
flex-wrap: nowrap;
vertical-align: middle;
position: relative;
-webkit-appearance: none;
Expand Down

0 comments on commit c38c698

Please sign in to comment.