add word break for long payto

This commit is contained in:
Sebastian 2022-11-07 15:14:40 -03:00
parent ca2b4d8c80
commit a3ac373597
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1
2 changed files with 4 additions and 2 deletions

View File

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

View File

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