updated the size of the "in vorschau laden" button

This commit is contained in:
Taarly 2025-12-17 10:49:58 +01:00
parent ff329d8012
commit d817f096bc

View File

@ -177,7 +177,7 @@ declare(strict_types=1);
<style> <style>
/* Make the CSV action buttons equal width and aligned */ /* Make the CSV action buttons equal width and aligned */
.csv-btn-row { display:flex; gap:0.5rem; align-items:center; } .csv-btn-row { display:flex; gap:0.5rem; align-items:center; }
.csv-btn-row .btn-equal { min-width:150px; display:inline-flex; justify-content:center; align-items:center; } .csv-btn-row .btn-equal { flex: 0 0 150px; width: 150px; display:inline-flex; justify-content:center; align-items:center; box-sizing:border-box; white-space:nowrap; }
.csv-preview-hint { margin-top:0.6rem; font-size:0.9rem; color:#6c757d; } .csv-preview-hint { margin-top:0.6rem; font-size:0.9rem; color:#6c757d; }
</style> </style>
<div class="form-group"> <div class="form-group">