Skip to content

Commit

Permalink
fix(TextInput)!: remove incorrect resize attribute styles (#266)
Browse files Browse the repository at this point in the history
Co-authored-by: Valeriy <[email protected]>
  • Loading branch information
ValeraS and ValeraS authored Dec 24, 2022
1 parent 7b6658f commit 524eb34
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/TextInput/TextInput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ $block: '.#{variables.$ns}text-input';

&_type {
&_textarea {
&:not([resize]),
&[resize='none'] {
resize: none;
}
resize: none;
// fix-bug(firefox): https://bugzilla.mozilla.org/show_bug.cgi?id=33654
overflow-x: hidden;

Expand Down

0 comments on commit 524eb34

Please sign in to comment.