fixes
This commit is contained in:
parent
149a4f69d5
commit
36f307b308
|
@ -66,7 +66,7 @@ class CCPInputWidgetEditorController extends HTMLElement{
|
|||
<details ${ reopen ? 'open' : ''}>
|
||||
<summary class="mb-3">
|
||||
<input class="form-control" style="width:auto;display:inline" required="required" name="id" value="${this.#input.id}" title="Id of input"/>
|
||||
${ input.id !== 'ccpimage' ? this.renderDeleteButton()}
|
||||
${ input.id !== 'ccpimage' ? this.renderDeleteButton() : ''}
|
||||
</summary>
|
||||
<div style="padding-left: 1rem;border-left: 1px solid gray;">
|
||||
<div class="row mb-3">
|
||||
|
|
Loading…
Reference in New Issue