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:
Claude Agent
2026-01-13 22:36:09 +00:00
parent 6fd5ffdf94
commit e47e8956e0
3 changed files with 17 additions and 6 deletions

View File

@@ -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,