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>
</pre>
</td>
<td width="100%">{stringifyPaytoUri(paytoURI)}</td>
<td width="100%" style={{ wordBreak: "break-all" }}>
{stringifyPaytoUri(paytoURI)}
</td>
<td>
<CopyButton getContent={() => stringifyPaytoUri(paytoURI)} />
</td>

View File

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