Vote #77858
完了Elements are not aligned properly in issues table for some cases
0%
説明
To reproduce the bellow issue:
- Sort the issues by parent task
- Resize the screen until the Assignee goes also on two lines
- Have at least on parent issue with a subject on two lines
- Have a child issue with a short subject.
!issue_list_before.png!
The attached patch fixes this.
!issue_list_after.png!
I chose to change from top to middle for all table.list td because I don't see any side effect of this change. If it's not ok, i can update the patch to target only the table.list.issues td
journals
Also, the related issue section from issue page can benefits from this change.
before:
!related_before.png!
after:
!related_after.png!
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Patch committed, thanks.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------