clipboard: Align click to copy button inside spoiler tag.

Fixes: #20712
This commit is contained in:
shashank-23002 2024-02-20 17:15:01 +00:00 committed by Tim Abbott
parent 0c6dfd1e5e
commit 5803d4afec

View File

@ -716,7 +716,7 @@
/* Having absolute positioning here ensures that the element
doesn't scroll along with the code div in narrow windows */
position: absolute;
right: 2px;
right: 20px;
margin-top: -4px;
/* Remove the outline when clicking on the copy-to-clipboard button */