Skip to content

Commit 6f69dbd

Browse files
committed
fix(issuer): add space in usd tiered STO add tier modal fields
1 parent c9a4f72 commit 6f69dbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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">

0 commit comments

Comments
 (0)