Skip to content

Commit

Permalink
series: Make sure submitter and reviewer names don't wrap
Browse files Browse the repository at this point in the history
The series name is the columns supposed to shrink. Make sure the table
layout algorithm isn't going to decide to split people's names on two lines.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
  • Loading branch information
Damien Lespiau committed Feb 10, 2016
1 parent de98bb7 commit 9771c34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patchwork/templates/patchwork/series-list-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<th data-dynatable-no-sort="true">Series</th>
<th data-dynatable-no-sort="true">Tests</th>
<th data-dynatable-no-sort="true">Patches</th>
<th data-dynatable-no-sort="true">Submitter</th>
<th data-dynatable-no-sort="true">Reviewer</th>
<th data-dynatable-no-sort="true" class="text-nowrap">Submitter</th>
<th data-dynatable-no-sort="true" class="text-nowrap">Reviewer</th>
<th class="text-nowrap">Updated</th>
</tr>
</thead>
Expand Down

0 comments on commit 9771c34

Please sign in to comment.