We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f69dbd commit dd8593eCopy full SHA for dd8593e
1 file changed
packages/polymath-ui/src/components/Modal/styles.js
@@ -74,6 +74,9 @@ export const modalStyle = css`
74
75
// TODO @grsmto: remove hack once we refactored ConfirmModal Redux actions:
76
// the action should not pass an hardcoded class name
77
+ &.pui-confirm-modal .pui-modal {
78
+ width: 500px;
79
+ }
80
&.pui-large-confirm-modal .pui-modal {
81
width: 700px;
82
}
0 commit comments