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:
@@ -949,10 +949,11 @@ watch(
|
||||
}
|
||||
|
||||
/* Card Spacing */
|
||||
/* US-610: Reduced margin-bottom from var(--space-xl) to var(--space-md) to eliminate excessive gap between filters and table */
|
||||
.company-selection-card,
|
||||
.filters-card,
|
||||
.data-card {
|
||||
margin-bottom: var(--space-xl);
|
||||
margin-bottom: var(--space-md);
|
||||
}
|
||||
|
||||
/* Numeric Values */
|
||||
|
||||
@@ -949,10 +949,11 @@ watch(
|
||||
}
|
||||
|
||||
/* Card Spacing */
|
||||
/* US-610: Reduced margin-bottom from var(--space-xl) to var(--space-md) to eliminate excessive gap between filters and table */
|
||||
.company-selection-card,
|
||||
.filters-card,
|
||||
.data-card {
|
||||
margin-bottom: var(--space-xl);
|
||||
margin-bottom: var(--space-md);
|
||||
}
|
||||
|
||||
/* Numeric Values */
|
||||
|
||||
@@ -1062,9 +1062,10 @@ watch(
|
||||
gap: var(--space-sm);
|
||||
}
|
||||
|
||||
/* US-610: Reduced margin-bottom from var(--space-xl) to var(--space-md) to eliminate excessive gap between filters and table */
|
||||
.company-selection-card,
|
||||
.filters-card {
|
||||
margin-bottom: var(--space-xl);
|
||||
margin-bottom: var(--space-md);
|
||||
}
|
||||
|
||||
.search-col {
|
||||
@@ -1079,8 +1080,9 @@ watch(
|
||||
border-top: 1px solid var(--surface-border);
|
||||
}
|
||||
|
||||
/* US-610: Reduced margin-bottom from var(--space-xl) to var(--space-md) for consistent spacing */
|
||||
.table-card {
|
||||
margin-bottom: var(--space-xl);
|
||||
margin-bottom: var(--space-md);
|
||||
}
|
||||
|
||||
.no-data,
|
||||
|
||||
@@ -1040,10 +1040,11 @@ watch(
|
||||
}
|
||||
|
||||
/* Card Spacing */
|
||||
/* US-610: Reduced margin-bottom from var(--space-xl) to var(--space-md) to eliminate excessive gap between filters and table */
|
||||
.company-selection-card,
|
||||
.filters-card,
|
||||
.table-card {
|
||||
margin-bottom: var(--space-xl);
|
||||
margin-bottom: var(--space-md);
|
||||
}
|
||||
|
||||
/* Search field takes 2 columns in form grid */
|
||||
|
||||
Reference in New Issue
Block a user