Fix plugin configuration tab layout overflow (#8596)

Fix plugin configuration tab layout overflow (#8587)

Remove h-100 from Job Scheduling Settings card, which caused it to
stretch to 100% of the row height and push the Next Run card below
the row boundary, overflowing into the Detection Results section.
This commit is contained in:
Chris Lu
2026-03-10 19:19:42 -07:00
committed by GitHub
parent 0a5c5ed4ce
commit ac579c1746
2 changed files with 2 additions and 2 deletions

View File

@@ -239,7 +239,7 @@ templ Plugin(page string) {
</div>
<div class="col-lg-4 mb-3">
<div class="card shadow-sm h-100">
<div class="card shadow-sm">
<div class="card-header">
<h5 class="mb-0"><i class="fas fa-cogs me-2"></i>Job Scheduling Settings</h5>
</div>

File diff suppressed because one or more lines are too long