Skip to content

Commit 838bd77

Browse files
authored
fix(extension): incorrect action button width in dapp connector LW-10232 (#1052)
1 parent 50a6aa0 commit 838bd77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/browser-extension-wallet/src/features/dapp/components/confirm-transaction/ConfirmTransaction.module.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
padding-top: size_unit(0);
77
}
88

9-
.transactionContainer {
9+
.transactionContainer {
1010
display: flex;
1111
flex-direction: column;
1212
flex: 1;
@@ -15,13 +15,13 @@
1515

1616
.actions {
1717
@extend %flex-column;
18-
height: size_unit(17.12);
1918
justify-content: space-between;
20-
padding: size_unit(2) size_unit(3) size_unit(2) size_unit(3);
19+
padding: size_unit(3) 0;
2120
border-top: 1px solid var(--light-mode-light-grey-plus, var(--dark-mode-mid-grey));
2221
position: sticky;
2322
bottom: 0;
2423
z-index: 10;
24+
gap: size_unit(1);
2525
background-color: var(--light-mode-body, var(--dark-mode-bg-black));
2626
.actionBtn {
2727
width: 100%;

0 commit comments

Comments
 (0)