Defect #43004 » 43004-fix-for-watchers-in-gantt.patch
| app/assets/stylesheets/application.css | ||
|---|---|---|
| 1822 | 1822 |
width: 49px; |
| 1823 | 1823 |
} |
| 1824 | 1824 | |
| 1825 |
td.gantt_watcher_users_column div.issue_watcher_users ul {
|
|
| 1826 |
margin: 0; |
|
| 1827 |
padding: 0; |
|
| 1828 |
list-style: none; |
|
| 1829 |
display: inline-block; |
|
| 1830 |
} |
|
| 1831 | ||
| 1832 |
td.gantt_watcher_users_column div.issue_watcher_users ul li {
|
|
| 1833 |
float: left; |
|
| 1834 |
} |
|
| 1835 | ||
| 1836 |
td.gantt_watcher_users_column div.issue_watcher_users ul li:not(:last-child)::after {
|
|
| 1837 |
content: ', '; |
|
| 1838 |
white-space: pre; |
|
| 1839 |
} |
|
| 1840 | ||
| 1825 | 1841 |
.task {
|
| 1826 | 1842 |
position: absolute; |
| 1827 | 1843 |
height:8px; |