Project

General

Profile

Actions

Defect #38581

open

2 different queries with the same fields on "My page" are not aligned

Added by thuruk thuruk 11 months ago. Updated 10 months ago.

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

Actions #1

Updated by thuruk thuruk 11 months ago

You might think it's because of the difference of text size, but here it is with closer text :

Actions #2

Updated by thuruk thuruk 11 months ago

Also, why can't I edit my own post ?

Actions #3

Updated by thuruk thuruk 10 months 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

Also available in: Atom PDF