style: remove unnecessary width override from textarea in textField component
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user