diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2025-03-31 20:39:17 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2025-03-31 20:39:17 +0000 |
commit | 1a28fcdb4b4296152e92428f8c64a85b469b68cf (patch) | |
tree | b30758afbc8f4cc9636f7c87fd7e9ac6dcf65574 | |
parent | 4d8a2df55faa0a5ebf5d8166c099801a671de240 (diff) | |
download | redmine-6.0-stable.tar.gz redmine-6.0-stable.zip |
Merge r23590 from trunk to 6.0-stable (#42497).6.0-stable
git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23591 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 3b44093c5..eccd98b14 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -585,7 +585,7 @@ div.square { } .contextual {float:right; white-space: nowrap; line-height:1.4em;margin:5px 0px; padding-left: 10px; font-size:0.9em;} .contextual input, .contextual select {font-size:0.9em;} -.message .contextual { margin-top: 0; } +.message .contextual, #comments .contextual { margin-top: 0; } .splitcontent {overflow: auto; display: flex; flex-wrap: wrap;} .splitcontentleft {flex: 1; margin-right: 5px;} |