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