Skip to content

Commit d1baf3c

Browse files
authored
Merge pull request #583 from PolymathNetwork/fix/styling-fixes
Fix/Issuer styling fixes
2 parents c9a4f72 + dd8593e commit d1baf3c

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

  • packages
    • polymath-issuer/src/pages/sto/components/ConfigureSTOForm/forms/USDTieredSTO
    • polymath-ui/src/components/Modal

packages/polymath-issuer/src/pages/sto/components/ConfigureSTOForm/forms/USDTieredSTO/TierModal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

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)