diff options
author | Go MAEDA <maeda@farend.jp> | 2025-04-27 08:09:32 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2025-04-27 08:09:32 +0000 |
commit | a29d511580506c4dee3bea153494984c01f09d96 (patch) | |
tree | 6775f7e591afae388f22e74add5b783164d69d21 | |
parent | 6faaf3d038d1ca6621653422c25df2c7fc231a61 (diff) | |
download | redmine-a29d511580506c4dee3bea153494984c01f09d96.tar.gz redmine-a29d511580506c4dee3bea153494984c01f09d96.zip |
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
-rw-r--r-- | app/assets/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |