Align button sizes.

CHANGE: Align button sizes across the Header/Title views.
This commit is contained in:
2025-07-04 17:19:45 +02:00
committed by Jens Luedicke
parent e4cc154f92
commit 5bb8ddfd61
8 changed files with 10 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
<div class="header-section">
<h1>👥 System Admin - All Users</h1>
<p class="subtitle">Manage users across all companies</p>
<a href="{{ url_for('system_admin_dashboard') }}" class="btn btn-secondary">← Back to Dashboard</a>
<a href="{{ url_for('system_admin_dashboard') }}" class="btn btn-md btn-secondary">← Back to Dashboard</a>
</div>
<!-- Filter Options -->