From a29d511580506c4dee3bea153494984c01f09d96 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sun, 27 Apr 2025 08:09:32 +0000 Subject: [PATCH] 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 --- app/assets/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index cfb7e168a..7dc1a64b4 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -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 {