mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 07:46:16 -04:00
Increased size of rule inp & expanded memory for wasm
This commit is contained in:
parent
4c1521a98e
commit
26a2fb6662
3 changed files with 5 additions and 4 deletions
|
@ -49,6 +49,7 @@ class HTMLIngredient {
|
|||
id="${this.id}"
|
||||
arg-name="${this.name}"
|
||||
value="${this.value}"
|
||||
rows=5
|
||||
${this.disabled ? "disabled" : ""}></textarea>
|
||||
${this.hint ? "<span class='bmd-help'>" + this.hint + "</span>" : ""}`;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue