fix(recorder): resize of assert overlay textarea (#28137)
This commit is contained in:
parent
60a37f37ef
commit
2ac1cde879
|
|
@ -213,6 +213,7 @@ textarea.text-editor {
|
||||||
margin: 6px;
|
margin: 6px;
|
||||||
color: #333;
|
color: #333;
|
||||||
outline: 1px solid transparent !important;
|
outline: 1px solid transparent !important;
|
||||||
|
resize: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea.text-editor.does-not-match {
|
textarea.text-editor.does-not-match {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue