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 {
min-height: 84px;
padding: var(--nds-spacing-sm);
resize: vertical;
width: 100% !important;
width: 100%;
line-height: 1.5;
}
&__charCount {