Actions
Defect #41401
closedHours column in "Details" tab of Spent time is not right-aligned
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
The "Hours" column in the "Details" table of the Spent time is not correctly right-aligned. This is inconsistent with the alignment in the "Report" table, where the "Hours" column is properly right-aligned.
The issue arises from a conflict with existing CSS rules. The CSS rule table.list td
applies text-align: center
to all table cells, overriding the td.hours
rule that is intended to align the "Hours" column to the right.
The attached patch fixes the issue.
Files
Actions