mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 00:06:17 -04:00
Added UI tests for all HTML operations
This commit is contained in:
parent
36aafb9246
commit
7eda2fd4a6
6 changed files with 131 additions and 55 deletions
|
@ -14,6 +14,11 @@
|
|||
margin: 0;
|
||||
background-color: transparent;
|
||||
overflow: hidden;
|
||||
user-select: auto;
|
||||
}
|
||||
|
||||
#output-html {
|
||||
user-select: auto;
|
||||
}
|
||||
|
||||
.cm-editor {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue