textarea to form-field

This commit is contained in:
dcore94 2022-03-28 16:58:22 +02:00
parent 3d5e620e27
commit 9109930226
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ class CodeInputRenderer extends Renderer{
${this.title} ${this.title}
<span class="ccp-help-icon" title="${this.description}" alt="${this.description}">?</span> <span class="ccp-help-icon" title="${this.description}" alt="${this.description}">?</span>
</label> </label>
<textarea class="form-field">${this.schema.default}</textarea> <textarea class="form-control">${this.schema.default}</textarea>
</div> </div>
` `
return this.#html return this.#html