2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-07 02:53:19 +00:00

Added UI tests for all HTML operations

This commit is contained in:
n1474335
2023-03-08 17:44:51 +00:00
parent 36aafb9246
commit 7eda2fd4a6
6 changed files with 131 additions and 55 deletions

View File

@@ -14,6 +14,11 @@
margin: 0;
background-color: transparent;
overflow: hidden;
user-select: auto;
}
#output-html {
user-select: auto;
}
.cm-editor {