Skip to content

Commit

Permalink
Fix width of date columns in tasks list
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani authored and To-om committed Feb 1, 2017
1 parent 821f64b commit 805a4db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions ui/app/views/partials/case/case.tasks.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
<tr>
<th style="width: 50px"></th>
<th style="width: 550px;">Task</th>
<th style="width: 250px">Date</th>
<th>Owner</th>
<th style="width: 200px">Date</th>
<th style="width: 200px">Assignee</th>
<th style="width: 50px"></th>
</tr>
</thead>
Expand Down
8 changes: 2 additions & 6 deletions ui/app/views/partials/index-mytasks.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
<table class="table table-hover">
<thead>
<tr>
<th style="width:80%">
Task
</th>
<th>
Date
</th>
<th>Task</th>
<th style="width: 200px">Date</th>
</tr>
</thead>

Expand Down

0 comments on commit 805a4db

Please sign in to comment.