1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-29 02:18:06 +00:00

Adjust tooltips width

This commit is contained in:
Vladimir Volek 2019-01-09 18:28:41 +01:00
parent e5b704d3b8
commit 21fcf6eb31

View File

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