Alerts page layout fixes

This commit is contained in:
Ian Renton
2026-09-05 10:19:53 +01:00
parent 237cdaa091
commit e52790f07d
9 changed files with 19 additions and 19 deletions
+2 -4
View File
@@ -19,13 +19,11 @@
<input class="form-check-input storeable-checkbox" type="checkbox" value="" onclick="filtersUpdated();"
id="dxpeditions_skip_max_duration_check" checked><label class="form-check-label ms-2"
for="dxpeditions_skip_max_duration_check">Allow
DXpeditions that are longer</label>
</p>
<p class='card-text spothole-card-text' style='line-height: 1.5em !important;'>
DXpeditions that are longer</label><br/>
<input class="form-check-input storeable-checkbox" type="checkbox" value="" onclick="filtersUpdated();"
id="contests_skip_max_duration_check" checked><label class="form-check-label ms-2"
for="contests_skip_max_duration_check">Allow
DXpeditions that are longer</label>
Contests that are longer</label>
</p>
</div>
</div>