1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 11:37:14 +00:00

Adjust padding of the copy-to-clipboard button in pre tag (#29214, #42625).

Patch by Mizuki ISHIKAWA (user:ishikawa999).


git-svn-id: https://svn.redmine.org/redmine/trunk@23719 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2025-04-27 08:09:32 +00:00
parent 6faaf3d038
commit a29d511580

View File

@ -1571,7 +1571,7 @@ div.pre-wrapper a.copy-pre-content-link {
border-radius: 3px;
background: #fff;
border: 1px solid #ccc;
padding: 2px;
padding: 0px 3px 3px 3px;
}
div.pre-wrapper:hover a.copy-pre-content-link {