Increased size of rule inp & expanded memory for wasm

This commit is contained in:
Matt 2019-01-09 09:56:55 +00:00
parent 4c1521a98e
commit 26a2fb6662
No known key found for this signature in database
GPG key ID: 2DD462FE98BF38C2
3 changed files with 5 additions and 4 deletions

View file

@ -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;