add word break for long payto
This commit is contained in:
parent
ca2b4d8c80
commit
a3ac373597
@ -74,7 +74,9 @@ export function ReserveCreated({
|
||||
</b>
|
||||
</pre>
|
||||
</td>
|
||||
<td width="100%">{stringifyPaytoUri(paytoURI)}</td>
|
||||
<td width="100%" style={{ wordBreak: "break-all" }}>
|
||||
{stringifyPaytoUri(paytoURI)}
|
||||
</td>
|
||||
<td>
|
||||
<CopyButton getContent={() => stringifyPaytoUri(paytoURI)} />
|
||||
</td>
|
||||
|
@ -311,7 +311,7 @@ export function TransactionView({
|
||||
</b>
|
||||
</pre>
|
||||
</td>
|
||||
<td width="100%">
|
||||
<td width="100%" style={{ wordBreak: "break-all" }}>
|
||||
{transaction.withdrawalDetails.exchangePaytoUris[0]}
|
||||
</td>
|
||||
<td>
|
||||
|
Loading…
Reference in New Issue
Block a user