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 8e66937 commit 83c1e0aCopy full SHA for 83c1e0a
assets/css/custom.css
@@ -1,5 +1,6 @@
1
table.spec__table {
2
width: 100%;
3
+ margin-top: 1.2rem;
4
}
5
6
table.spec__table thead {
layouts/partials/specs/spec_list.html
@@ -1,7 +1,10 @@
<table class="spec__table">
<thead>
<tr>
- <td>Title</td><td>Endorsed By</td>
+ <td>Title</td>
+ <td title="The following projects support these recommendations">
+ Endorsed By
7
+ </td>
8
</tr>
9
</thead>
10
{{- range $.Paginator.Pages.ByTitle }}
0 commit comments