1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-04 08:03:23 +00:00

Fixes watchers list is not properly displayed in Gantt table (#43004).

git-svn-id: https://svn.redmine.org/redmine/trunk@23890 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2025-07-15 05:50:57 +00:00
parent 26233e9ba2
commit 92bad6b191

View File

@ -1817,6 +1817,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;