Bug #1571: Fixed style on timetracker sencond level width causing a disaligment of 1px per element
This was an important problem on long tasks or projects where the effect was accumulative. FEA: ItEr77S04BugFixing
This commit is contained in:
parent
a2021de728
commit
553505310f
1 changed files with 1 additions and 0 deletions
|
|
@ -416,6 +416,7 @@ div.box.limiting-unassigned {
|
|||
|
||||
#timetrackerheader .second_level_ td {
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
border-right: solid 1px #9EB6CE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue