Skip to content

Commit

Permalink
Limit Item in Graveyard to fixed width
Browse files Browse the repository at this point in the history
* One of many CSS fixes again just as in #268 via #265
* Reuse the same width... appears well and opens up the Reason to be the focal point

Also applies to #261
  • Loading branch information
Martii committed Jan 12, 2015
1 parent c47100a commit dc7bf6d
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 dc7bf6d

Please sign in to comment.