diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2025-07-15 06:02:24 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2025-07-15 06:02:24 +0000 |
commit | 00194f20b8ac04a0c533122c97caba29f6e3722f (patch) | |
tree | 555ca1fd134da359d714aa0f31353a0bd08ce772 | |
parent | 859c23dbaf2b7c88a6857afa7c94e3a0f5ae519f (diff) | |
download | redmine-00194f20b8ac04a0c533122c97caba29f6e3722f.tar.gz redmine-00194f20b8ac04a0c533122c97caba29f6e3722f.zip |
Merge r23890 from trunk to 6.0-stable (#43004).
git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23892 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/assets/stylesheets/application.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index af2d89b5e..d9738a095 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -1723,6 +1723,21 @@ td.gantt_selected_column .gantt_hdr,.gantt_selected_column_container { width: 49px; } +td.gantt_watcher_users_column div.issue_watcher_users ul { + margin: 0; + padding: 0; + list-style: none; +} + +td.gantt_watcher_users_column div.issue_watcher_users ul li { + display: inline; +} + +td.gantt_watcher_users_column div.issue_watcher_users ul li:not(:last-child)::after { + content: ', '; + white-space: pre; +} + .task { position: absolute; height:8px; |