Defect #33163
Parent task subject column should be in the same style as Subject column
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Issues list | |||
Target version: | 4.1.1 | |||
Resolution: | Fixed | Affected version: |
Description
The style for Parent task subject column that has been added in Redmine 4.1.0 (#19371) is different style from Subject column.
Since the two columns show the same type of value, the style for the columns should be the same. The attached patch adds the following lacking properties:
white-space: normal;
text-align: left;
Related issues
Associated revisions
Add the same style as Subject column to Parent task subject column in the issues list (#33163).
Patch by Go MAEDA.
History
#1
Updated by Go MAEDA 10 months ago
- Related to Feature #19371: Add a new query column for the parent task subject added