Skip to content

Commit

Permalink
fix: prevent suffix container from shrinking
Browse files Browse the repository at this point in the history
  • Loading branch information
inikolova authored and joneff committed Jan 7, 2021
1 parent b83743b commit 5c42975
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/default/scss/textarea/_layout.scss
Expand Up @@ -60,6 +60,10 @@
}
}

.k-textarea-suffix {
flex-shrink: 0;
}

// Textarea old rendering
textarea.k-textarea {
padding: $textarea-padding-y $textarea-padding-x;
Expand Down

0 comments on commit 5c42975

Please sign in to comment.