From 59edcc69905890d4947b25a07a977377ebeb731c Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Sat, 13 Jul 2024 00:04:40 +0000 Subject: [PATCH] Make clipboard not get clipped dunno why this happens --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index a67726e..37764e6 100644 --- a/index.html +++ b/index.html @@ -137,6 +137,7 @@ .address-copy { float: right; cursor: pointer; + padding: 1px 0; } BIP 353 Human Readable Names Resolver -- 2.39.5