Skip to content

Commit 3338feb

Browse files
committed
Merge pull request #524 from Martii/graveYardTdFix
Limit Item in Graveyard to fixed width Auto-merge
2 parents c47100a + dc7bf6d commit 3338feb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/css/common.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ h2.page-heading {
115115
white-space: nowrap;
116116
}
117117

118-
.td-fit span.label {
118+
.td-fit span.label, .td-fit p {
119119
overflow: hidden;
120120
text-overflow: ellipsis;
121121
max-width: 32em;

views/includes/removedItemList.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<td class="td-fit">
1515
<p>{{model}}</p>
1616
</td>
17-
<td>
17+
<td class="td-fit">
1818
<p><a href="{{{url}}}" class="tr-link-a">{{itemDescription}}</a></p>
1919
</td>
2020
<td>

0 commit comments

Comments
 (0)