From 414cfb029b85b14e11bc6e836953dd14031c19a4 Mon Sep 17 00:00:00 2001 From: asymptotically Date: Fri, 19 Feb 2021 19:07:54 +0000 Subject: [PATCH] css: Set `user-select: all` for wallet address `user-select: all` makes sure that the entire element is selected when the user selects it. It prevents partial copying of the address which happens when the address gets split onto multiple lines. --- funding/static/css/wow2.css | 1 + 1 file changed, 1 insertion(+) diff --git a/funding/static/css/wow2.css b/funding/static/css/wow2.css index dd0772b..68abe62 100644 --- a/funding/static/css/wow2.css +++ b/funding/static/css/wow2.css @@ -60,6 +60,7 @@ body { color: #ff0000; font-size: 18px; margin-bottom: 0; + user-select: all; } .proposal_content blockquote {