feat(ui-fixes-phase6): Complete US-610 - Eliminare Spațiu Gol Deasupra Tabelelor
Implemented by Ralph autonomous loop. Iteration: 11 Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -435,11 +435,12 @@
|
||||
|
||||
/* ===== Summary Stats Inline ===== */
|
||||
/* Compact horizontal stats display for page summaries */
|
||||
/* US-610: Reduced margin-bottom from var(--space-md) to var(--space-sm) to eliminate excessive gap between filters and table */
|
||||
.summary-stats-inline {
|
||||
display: flex;
|
||||
gap: var(--space-xl);
|
||||
justify-content: flex-end;
|
||||
margin-bottom: var(--space-md);
|
||||
margin-bottom: var(--space-sm);
|
||||
padding: var(--space-sm) var(--space-md);
|
||||
background-color: var(--color-bg-secondary);
|
||||
border-radius: var(--radius-md);
|
||||
|
||||
Reference in New Issue
Block a user