Skip to content

Commit f8a67fc

Browse files
committed
issue2550809 History display misalignment. Fix the misalignment patch from classic tracker
1 parent d00579c commit f8a67fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

website/issues/html/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,8 @@ td { padding-left: 1em; }
156156

157157
tr.odd { background-color:#f5f5f5; }
158158

159+
/* Make sure that user name starts at the top of the change list
160+
and not in the middle Issue2550809: History display misalignment */
161+
table.history td {
162+
vertical-align: top;
163+
}

0 commit comments

Comments
 (0)