Skip to content

Commit dd8593e

Browse files
committed
fix(issuer): fix a regression where the modal size was wrong
1 parent 6f69dbd commit dd8593e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • packages/polymath-ui/src/components/Modal

packages/polymath-ui/src/components/Modal/styles.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ export const modalStyle = css`
7474
7575
// TODO @grsmto: remove hack once we refactored ConfirmModal Redux actions:
7676
// the action should not pass an hardcoded class name
77+
&.pui-confirm-modal .pui-modal {
78+
width: 500px;
79+
}
7780
&.pui-large-confirm-modal .pui-modal {
7881
width: 700px;
7982
}

0 commit comments

Comments
 (0)