summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2025-05-01 06:04:05 +0000
committerGo MAEDA <maeda@farend.jp>2025-05-01 06:04:05 +0000
commit2ec9ee5a32c8b06dfff33adaa63d368be05125bb (patch)
treeba48e91298b9dc29803aa60abbeb0ff7db65128e
parent5ad773e95b220285982bb2337f3400412dede179 (diff)
downloadredmine-2ec9ee5a32c8b06dfff33adaa63d368be05125bb.tar.gz
redmine-2ec9ee5a32c8b06dfff33adaa63d368be05125bb.zip
Text in project jump box is vertically misaligned (#42654).
Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23731 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--app/assets/stylesheets/application.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css
index 5c6ca8172..6f61b548a 100644
--- a/app/assets/stylesheets/application.css
+++ b/app/assets/stylesheets/application.css
@@ -317,7 +317,7 @@ div + .drdn-items {border-top:1px solid #ccc;}
width:100%;
height:24px;
display:inline-block;
- padding:3px 18px 3px 6px;
+ padding:1.5px 18px 3px 6px;
border-radius:3px;
border:1px solid #ccc;
margin:0 !important;