display embed code in textarea

This commit is contained in:
David Benqué
2019-12-05 10:58:54 +00:00
parent 951a59f3ea
commit e138dc8c6a
2 changed files with 2 additions and 2 deletions

View File

@@ -235,6 +235,7 @@
textarea {
overflow: hidden;
padding: 8px;
&[readonly] {
resize: none;
}