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 @@
Funding Sources
-
{{ currentDataset.analysis.summary.fundingSources }}
+
+
{{ currentDataset.analysis.summary.fundingSources }}
+ +
Functions
@@ -1308,63 +1330,6 @@
-
- - -
-
-

Funding Source

-
- Pick one wallet implementation, then inspect the settings and mocks that apply to it. -
-
-
- - -
- - - - - -
- -
- -
-
-
- -
- +
+ + + + + +
+ +
+
+
@@ -1906,7 +1904,7 @@
- Select a funding source first. + No funding sources are defined for this fixture file.