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()) {