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:
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…
Reference in New Issue
Block a user