fix(recorder): resize of assert overlay textarea (#28137)

This commit is contained in:
Max Schmitt 2023-11-14 18:07:27 +01:00 committed by GitHub
parent 60a37f37ef
commit 2ac1cde879
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -213,6 +213,7 @@ textarea.text-editor {
margin: 6px;
color: #333;
outline: 1px solid transparent !important;
resize: none;
}
textarea.text-editor.does-not-match {