Skip to content

Commit db4d621

Browse files
committed
add missing lint table header
1 parent 87cebd5 commit db4d621

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

metadata.html.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<th>language</th>
1515
<th>branch</th>
1616
<th>build warnings*</th>
17+
<th>lint failures</th>
1718
</tr>
1819
</thead>
1920
<tbody>

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ th {
3737
.progress-bar.low + .progress-bar-outer-label {
3838
display: inline-block;
3939
}
40-
td[data-label="translators"], td[data-label="warnings"] {
40+
td[data-label="translators"], td[data-label="warnings"], td[data-label="branch"], td[data-label="lint"] {
4141
text-align: right;
4242
}
4343
td[data-label="completion"] {

0 commit comments

Comments
 (0)