frontend: checkbox alignment for create calendar form

This commit is contained in:
Lennart K
2025-07-04 19:57:20 +02:00
parent 40938cba02
commit 32f5c01716
2 changed files with 2 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ export class CreateCalendarForm extends LitElement {
Support ${comp}
<input type="checkbox" value=${comp} @change=${e => e.target.checked ? this.components.add(e.target.value) : this.components.delete(e.target.value)} />
</label>
<br>
`)}
<br>
<button type="submit">Create</button>