7 lines
82 B
SCSS
7 lines
82 B
SCSS
|
.is-disabled-resize {
|
||
|
.textarea {
|
||
|
height: 4.393rem;
|
||
|
resize: none;
|
||
|
}
|
||
|
}
|