Actions
Defect #38581
open2 different queries with the same fields on "My page" are not aligned
Status:
New
Priority:
Normal
Assignee:
-
Category:
My page
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
I made a query for issues that need further feedback, and a query for those I'm working on currently. Both these queries are on "My page", but the columns aren't aligned.
Here is a screenshot of the same issue on this very Redmine :
Files
Updated by thuruk thuruk over 1 year ago
You might think it's because of the difference of text size, but here it is with closer text :
Updated by thuruk thuruk over 1 year ago
I ended up forcing a specific size using a theme :
th.cf_1 {
white-space: normal;
width: 100px;
}
td.fixed_version {
white-space: normal;
width: 200px;
}
td.buttons {
white-space: normal;
width: 40px;
}
Horrendous fix but at least it works.
Actions