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;
|
||||
color: #333;
|
||||
outline: 1px solid transparent !important;
|
||||
resize: none;
|
||||
}
|
||||
|
||||
textarea.text-editor.does-not-match {
|
||||
|
|
|
|||
Loading…
Reference in a new issue