Skip to content

Commit

Permalink
fix(component/textarea): limit resize beyond the max width (#1568)
Browse files Browse the repository at this point in the history
Fix #1469
  • Loading branch information
tiloyi committed Mar 28, 2024
1 parent ae0e2bc commit de85f16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/styles/components/_c.textarea.scss
Expand Up @@ -13,6 +13,7 @@
border: $border-width solid $color-input-border;
background: $color-input-background;
transition: all ease 200ms;
max-width: 100%;
// remove border height and center baseline optically
padding:
calc(#{$mu075} - 0.125em - #{$border-width}) $mu075
Expand Down

0 comments on commit de85f16

Please sign in to comment.