Skip to content

Commit

Permalink
fix(textarea): text area should be block level element
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Jan 13, 2022
1 parent e7a81db commit a0b7426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/default/scss/textarea/_layout.scss
Expand Up @@ -16,7 +16,7 @@
// Targets https://github.com/telerik/kendo-react/issues/638.
box-shadow: none;
background: none;
display: inline-flex;
display: flex;
flex-wrap: nowrap;
vertical-align: middle;
position: relative;
Expand Down

0 comments on commit a0b7426

Please sign in to comment.