Adjust tooltips width

pull/320/head
Vladimir Volek 6 years ago
parent e5b704d3b8
commit 21fcf6eb31

@ -128,7 +128,7 @@ const AdvancedForm = (props: Props) => {
Transfer cost in XRP drops Transfer cost in XRP drops
</React.Fragment> </React.Fragment>
)} )}
maxWidth={410} maxWidth={100}
readMoreLink="https://developers.ripple.com/transaction-cost.html" readMoreLink="https://developers.ripple.com/transaction-cost.html"
placement="top" placement="top"
> >
@ -164,7 +164,7 @@ const AdvancedForm = (props: Props) => {
An arbitrary unsigned 32-bit integer that identifies a reason for payment or a non-Ripple account. An arbitrary unsigned 32-bit integer that identifies a reason for payment or a non-Ripple account.
</React.Fragment> </React.Fragment>
)} )}
maxWidth={410} maxWidth={200}
readMoreLink="https://developers.ripple.com/rippleapi-reference.html#payment" readMoreLink="https://developers.ripple.com/rippleapi-reference.html#payment"
placement="top" placement="top"
> >

Loading…
Cancel
Save