Skip to content

Commit

Permalink
Merge pull request #5494 from LiskHQ/5485-broken-partially-signed-modal
Browse files Browse the repository at this point in the history
Fix partial multisig signature modal
  • Loading branch information
ManuGowda authored Nov 24, 2023
2 parents b4172f9 + 5803584 commit b743670
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,15 @@
.signedAndRemainingMembersList {
grid-area: signedAndRemainingMembersList;
width: 100%;
box-sizing: border-box;
padding: var(--horizontal-padding-l) var(--horizontal-padding-s);
}

.signedAndRemainingSignatureList {
grid-area: signedAndRemainingSignatureList;
width: 100%;
box-sizing: border-box;
padding: var(--horizontal-padding-l) var(--horizontal-padding-s);
}

.genericParams {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

& > p:first-of-type {
font-size: var(--font-size-h6);
padding: 0px 47px;
padding: 0px 56px;
color: var(--color-slate-gray);
}

Expand Down
2 changes: 1 addition & 1 deletion src/theme/dialog/dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,6 @@

.sm {
width: 50%;
max-width: 503px;
max-width: 520px;
min-width: 450px;
}

0 comments on commit b743670

Please sign in to comment.