style: remove unnecessary width override from textarea in textField component

This commit is contained in:
2026-06-23 12:39:31 +02:00
parent 027cec577d
commit f6594822c6
+1 -2
View File
@@ -41,8 +41,7 @@
&__textarea { &__textarea {
min-height: 84px; min-height: 84px;
padding: var(--nds-spacing-sm); padding: var(--nds-spacing-sm);
resize: vertical; width: 100%;
width: 100% !important;
line-height: 1.5; line-height: 1.5;
} }
&__charCount { &__charCount {