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