From f6594822c6189867c410d4bb1091afd9e9c17f44 Mon Sep 17 00:00:00 2001 From: unkn0wn Date: Tue, 23 Jun 2026 12:39:31 +0200 Subject: [PATCH] style: remove unnecessary width override from textarea in textField component --- src/components/textField/_textField.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/textField/_textField.scss b/src/components/textField/_textField.scss index 795675d..afb23f3 100644 --- a/src/components/textField/_textField.scss +++ b/src/components/textField/_textField.scss @@ -41,8 +41,7 @@ &__textarea { min-height: 84px; padding: var(--nds-spacing-sm); - resize: vertical; - width: 100% !important; + width: 100%; line-height: 1.5; } &__charCount {