style stack downloads probe checkboxes vertically

Remove d-flex flex-wrap gap-3 from the probe checkboxes container so they render as a normal stacked list instead of a horizontal row.

Commit
ab70ab3c1a450d7063fcc90be713a61575a46309
Author
GPT-5 medium <codex@openai.com>
Author date
Committer
GPT-5 medium <codex@openai.com>
Committer date
roles/dashboard/templates/dashboard/downloads.html.ep
index 781c4c64..f46a02e9 100644..100644
@@ -16,7 +16,7 @@
16 16 <fieldset>
17 17 <legend class="fw-bold col-form-label pt-0 mb-2">Probes</legend>
18 18 <p class="form-text mt-0">Leave all boxes clear to download every probe.</p>
19 Removed: <div class="d-flex flex-wrap gap-3" data-download-probes>
19 Added: <div data-download-probes>
20 20 % for my $probe ($probes->@*) {
21 21 <div class="form-check">
22 22 <input class="form-check-input" id="download-probe-<%= $probe->{key} %>" name="probe" type="checkbox" value="<%= $probe->{key} %>">