diff --git a/tests/wallets/index.html b/tests/wallets/index.html index d17b3c58a..f1114930a 100644 --- a/tests/wallets/index.html +++ b/tests/wallets/index.html @@ -144,6 +144,8 @@ } .stat-card { + display: flex; + flex-direction: column; padding: 16px 18px; border-radius: 22px; border: 1px solid var(--studio-border); @@ -166,6 +168,17 @@ font-weight: 800; } + .stat-value-row { + display: flex; + align-items: center; + justify-content: space-between; + gap: 12px; + } + + .stat-card-action { + flex: 0 0 auto; + } + .workspace-grid { display: grid; gap: 18px; @@ -1280,7 +1293,16 @@