mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
clipboard: Align click to copy button inside spoiler tag.
Fixes: #20712
This commit is contained in:
parent
0c6dfd1e5e
commit
5803d4afec
@ -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 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user