feat(ui-fixes-phase6): Complete US-704 - Mărire Spațiu Tabel Scadențe
Implemented by Ralph autonomous loop. Iteration: 4 Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -433,7 +433,7 @@ onMounted(() => {
|
||||
/* Tab content */
|
||||
.tab-content {
|
||||
padding: var(--space-md);
|
||||
min-height: 280px;
|
||||
min-height: 200px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
@@ -488,7 +488,7 @@ onMounted(() => {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--space-sm, 0.5rem);
|
||||
max-height: 250px;
|
||||
max-height: 400px;
|
||||
overflow-y: auto;
|
||||
padding-right: var(--space-xs, 0.25rem);
|
||||
}
|
||||
@@ -749,10 +749,15 @@ onMounted(() => {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* US-704: Increased max-height for more visible rows */
|
||||
.maturity-list {
|
||||
max-height: 350px;
|
||||
}
|
||||
|
||||
/* US-608: Mobile tab adjustments */
|
||||
.tab-content {
|
||||
padding: var(--space-sm);
|
||||
min-height: 250px;
|
||||
min-height: 200px;
|
||||
}
|
||||
|
||||
.tab-summary {
|
||||
@@ -781,7 +786,7 @@ onMounted(() => {
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.maturity-list {
|
||||
max-height: 200px;
|
||||
max-height: 350px;
|
||||
}
|
||||
|
||||
.balance-indicator,
|
||||
|
||||
Reference in New Issue
Block a user