Skip to content

Commit

Permalink
fix(TextInput): add overflow hidden to text-input__content wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Shvorak committed Jan 31, 2024
1 parent 1760166 commit ce57730
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/controls/TextInput/TextInput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ $block: '.#{variables.$ns}text-input';

&__content {
box-sizing: border-box;
overflow: hidden;
display: flex;
width: 100%;
}
Expand Down

0 comments on commit ce57730

Please sign in to comment.