From 524eb3487733ad143a43d11dea24048ea83eb9b0 Mon Sep 17 00:00:00 2001 From: Valerii Sidorenko Date: Sat, 24 Dec 2022 19:08:55 +0100 Subject: [PATCH] fix(TextInput)!: remove incorrect resize attribute styles (#266) Co-authored-by: Valeriy --- src/components/TextInput/TextInput.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/TextInput/TextInput.scss b/src/components/TextInput/TextInput.scss index a3fab28c5..eeef7ef04 100644 --- a/src/components/TextInput/TextInput.scss +++ b/src/components/TextInput/TextInput.scss @@ -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;