Merged r24161 from trunk to 6.1-stable (#43512).

git-svn-id: https://svn.redmine.org/redmine/branches/6.1-stable@24168 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2025-11-25 06:37:26 +00:00
parent 97936411e4
commit 6c5bff8be8

View File

@@ -1643,13 +1643,14 @@ div.wiki *:not(pre)>code, div.wiki>code {
div.pre-wrapper a.copy-pre-content-link {
position: absolute;
top: 3px;
right: calc(1em + 3px);
inset-inline-end: calc(1em + 3px);
cursor: pointer;
display: none;
border-radius: 3px;
background: #fff;
border: 1px solid #ccc;
padding: 0px 3px 3px 3px;
padding-block: 0 3px;
padding-inline: 3px;
}
div.pre-wrapper:hover a.copy-pre-content-link {