mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-28 18:08:08 +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
|
||||
</React.Fragment>
|
||||
)}
|
||||
maxWidth={410}
|
||||
maxWidth={100}
|
||||
readMoreLink="https://developers.ripple.com/transaction-cost.html"
|
||||
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.
|
||||
</React.Fragment>
|
||||
)}
|
||||
maxWidth={410}
|
||||
maxWidth={200}
|
||||
readMoreLink="https://developers.ripple.com/rippleapi-reference.html#payment"
|
||||
placement="top"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user