panel: fix Assigned domains checkbox layout on user form
test / test (push) Has been cancelled

Form-wide block labels and full-width inputs stacked the box above the
domain name; checkbox rows now share label.check and fieldset spacing.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-11 23:15:37 +03:00
parent 4015ecd70d
commit 3a520d9ec7
3 changed files with 34 additions and 13 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
<legend>Assigned domains</legend>
<p class="muted">Required for domain administrators.</p>
{{range .Domains}}
<label class="checkbox">
<label class="check">
<input type="checkbox" name="domain_ids" value="{{.ID}}" {{if index $.FormDomains .ID}}checked{{end}}>
{{.Name}}
</label>