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.
1 parent da1ac6d commit 22bd55aCopy full SHA for 22bd55a
_includes/collection_table.html
@@ -9,9 +9,6 @@
9
{% endif %}
10
<style>
11
ul { padding: 5px; }
12
- td { word-wrap: break-word; }
13
- .refnote { font-size: smaller; }
14
-}
15
</style>
16
17
<table style="font-size: 16px">
@@ -36,14 +33,11 @@
36
33
<img alt="GitHub contributors" src="https://img.shields.io/github/contributors/{{ app.badge }}">
37
34
38
35
</td>
39
- <td>
+ <td nowrap="nowrap">
40
{% if app.references %}
41
<ul>
42
{% for ref in app.references %}
43
- <li> <a href="{{ ref.url }}">{{ ref.name | capitalize }} - {{ref.summary}}</a> </li>
44
- {% if ref.note %}
45
- <span class="refnote">{{ ref.note }}</span>
46
- {% endif %}
+ <li> <a href="{{ ref.url }}">{{ ref.name | capitalize }}</a> </li>
47
{% endfor %}
48
</ul>
49
0 commit comments