Actions
Defect #43527
closedLogin and Email columns are unexpectedly center-aligned on the Users page since Redmine 5.1
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
On the Administration > Users page, the values in the Login and Email columns are currently displayed centered. They should be left-aligned as in Redmine 5.0 and earlier.
Up to Redmine 5.0, these columns were left-aligned. In Redmine 5.1, the CSS class names of the table cells were changed in #37674, so the existing left-alignment rules no longer match.
The attached patch restores the intended left alignment.
Redmine 5.0:
Redmine 5.1:
Files
Updated by Katsuya HIDAKA 1 day ago
I confirmed that the attached patch fixes this issue and works as expected in Chrome, Firefox and Safari. This fix looks good to me.
Updated by Katsuya HIDAKA 1 day ago
I also confirmed that it displays correctly in RTL languages.
Actions