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.
pull/25/head
asymptotically 3 years ago
parent 1a80e3e741
commit 414cfb029b

@ -60,6 +60,7 @@ body {
color: #ff0000;
font-size: 18px;
margin-bottom: 0;
user-select: all;
}
.proposal_content blockquote {

Loading…
Cancel
Save