From 4ac634b36cf2de64508a09af1e9754995b4a523c Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 5 Sep 2026 21:14:36 +0200 Subject: [PATCH 1/3] Improve column width distribution --- apps/client/src/styles.scss | 9 +++++ .../account-balances.component.html | 12 +++++-- .../accounts-table.component.html | 35 ++++++++++++++----- .../activities-table.component.html | 22 +++++++++--- .../lib/benchmark/benchmark.component.html | 17 ++++++--- .../holdings-table.component.html | 20 +++++++---- .../top-holdings/top-holdings.component.html | 18 ++-------- 7 files changed, 92 insertions(+), 41 deletions(-) diff --git a/apps/client/src/styles.scss b/apps/client/src/styles.scss index 739af30ae..b99acc2a2 100644 --- a/apps/client/src/styles.scss +++ b/apps/client/src/styles.scss @@ -349,6 +349,11 @@ ngx-skeleton-loader { cursor: pointer; } +.gf-fit-content { + white-space: nowrap; + width: 1%; +} + .gf-pointer-events-none { pointer-events: none; } @@ -361,6 +366,10 @@ ngx-skeleton-loader { @include table.gf-table; } +.gf-table-column-fill { + width: 100%; +} + .gf-text-wrap-balance { text-wrap: balance; } diff --git a/libs/ui/src/lib/account-balances/account-balances.component.html b/libs/ui/src/lib/account-balances/account-balances.component.html index 780653c67..0ed668212 100644 --- a/libs/ui/src/lib/account-balances/account-balances.component.html +++ b/libs/ui/src/lib/account-balances/account-balances.component.html @@ -61,8 +61,16 @@ - - + + @if (showActions()) {