File tree Expand file tree Collapse file tree
polymath-issuer/src/pages/sto/components/ConfigureSTOForm/forms/USDTieredSTO
polymath-ui/src/components/Modal Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ class TierModal extends Component {
118118 token. Provide the necessary information below to add a new
119119 investment tier.
120120 </ Paragraph >
121- < Grid gridAutoFlow = "column" gridAutoColumns = "1fr" >
121+ < Grid gridAutoFlow = "column" gridAutoColumns = "1fr" mb = { 4 } >
122122 < FormItem name = { `${ name } .tokensAmount` } >
123123 < FormItem . Label >
124124 < Tooltip triggerText = "Number of tokens" >
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments