diff --git a/tests/wallets/index.html b/tests/wallets/index.html index d66e06c8b..d36727eec 100644 --- a/tests/wallets/index.html +++ b/tests/wallets/index.html @@ -762,11 +762,18 @@ .function-mock-cell-stack { display: grid; gap: 12px; + align-content: start; } .function-mock-subfield { display: grid; gap: 6px; + align-content: start; + } + + .function-mock-cell-stack--rpc { + grid-auto-rows: min-content; + align-self: start; } .function-mock-json-cell { @@ -1656,15 +1663,6 @@ -
json.
+ Request Type: Choose REST for HTTP mocks or
+ RPC for Python patch mocks.