Skip to content

Commit

Permalink
Merge pull request #524 from Martii/graveYardTdFix
Browse files Browse the repository at this point in the history
Limit Item in Graveyard to fixed width

Auto-merge
  • Loading branch information
Martii committed Jan 12, 2015
2 parents c47100a + dc7bf6d commit 3338feb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ h2.page-heading {
white-space: nowrap;
}

.td-fit span.label {
.td-fit span.label, .td-fit p {
overflow: hidden;
text-overflow: ellipsis;
max-width: 32em;
Expand Down
2 changes: 1 addition & 1 deletion views/includes/removedItemList.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<td class="td-fit">
<p>{{model}}</p>
</td>
<td>
<td class="td-fit">
<p><a href="{{{url}}}" class="tr-link-a">{{itemDescription}}</a></p>
</td>
<td>
Expand Down

0 comments on commit 3338feb

Please sign in to comment.