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.
This commit is contained in:
asymptotically 2021-02-19 19:07:54 +00:00
parent 1a80e3e741
commit 414cfb029b
1 changed files with 1 additions and 0 deletions

View File

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