Add ZWSP to prevent address copy/paste issues
-Fixes the issue where double-clicking a wallet address on the address page selects more text than desired
This commit is contained in:
@@ -139,6 +139,7 @@ block content
|
||||
strong #{address.a_id}
|
||||
else
|
||||
strong #{address.name}
|
||||
| ​
|
||||
include ./includes/rl_labels.pug
|
||||
if (!settings.labels[address.a_id] || !settings.labels[address.a_id].enabled) && settings.claim_address_page.enabled == true
|
||||
a.badge.badge-pill.float-right.d-none.d-sm-block(href='/claim/' + address.a_id, style='font-size:smaller;padding-bottom:0;')
|
||||
|
||||
Reference in New Issue
Block a user