mirror of
https://git.wownero.com/wownero/wownero-funding-system.git
synced 2024-08-15 00:53:45 +00:00
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:
parent
1a80e3e741
commit
414cfb029b
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ body {
|
||||||
color: #ff0000;
|
color: #ff0000;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
user-select: all;
|
||||||
}
|
}
|
||||||
|
|
||||||
.proposal_content blockquote {
|
.proposal_content blockquote {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue