We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c47100a + dc7bf6d commit 3338febCopy full SHA for 3338feb
public/css/common.css
@@ -115,7 +115,7 @@ h2.page-heading {
115
white-space: nowrap;
116
}
117
118
-.td-fit span.label {
+.td-fit span.label, .td-fit p {
119
overflow: hidden;
120
text-overflow: ellipsis;
121
max-width: 32em;
views/includes/removedItemList.html
@@ -14,7 +14,7 @@
14
<td class="td-fit">
15
<p>{{model}}</p>
16
</td>
17
- <td>
+ <td class="td-fit">
18
<p><a href="{{{url}}}" class="tr-link-a">{{itemDescription}}</a></p>
19
20
<td>
0 commit comments