diff --git a/tests/wallets/index.html b/tests/wallets/index.html index 97ec16cc9..2120b69c9 100644 --- a/tests/wallets/index.html +++ b/tests/wallets/index.html @@ -620,6 +620,20 @@ align-items: end; } + .test-mock-item-action-row { + display: grid; + gap: 12px; + grid-template-columns: minmax(0, 1fr) auto; + align-items: end; + } + + .test-mock-item-pair-row { + display: grid; + gap: 12px; + grid-template-columns: repeat(2, minmax(0, 1fr)); + align-items: end; + } + .test-mock-item-skip { display: flex; align-items: center; @@ -644,12 +658,6 @@ border-left: 1px solid rgba(25, 54, 61, 0.12); } - .test-mock-item-toolbar { - display: flex; - justify-content: flex-end; - margin-bottom: 12px; - } - .test-mock-item-json { min-height: 160px; } @@ -1224,7 +1232,10 @@ } .mock-source-grid, + .test-mock-item-action-row, + .test-mock-item-pair-row, .test-detail-grid, + .test-mock-item-top-row, .test-mock-item-grid, .test-mock-item-columns, .settings-row-grid, @@ -1718,27 +1729,7 @@