Skip to content

Commit 7866b23

Browse files
authored
Align coverage table headers (#5)
1 parent 22f7680 commit 7866b23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coverage/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
.card { border:1px solid #ccc; border-radius:4px; padding:.5rem 1rem; min-width:120px; }
1515
table { width:100%; border-collapse:collapse; margin-top:1rem; }
1616
th, td { padding:.25rem .5rem; border-bottom:1px solid #ddd; text-align:left; }
17+
th:not(:first-child) { text-align:right; }
1718
th { position:sticky; top:3.5rem; background:#f9f9f9; }
1819
th button { background:none; border:none; font:inherit; cursor:pointer; }
1920
th[aria-sort="ascending"]::after { content:" \25B2"; }

0 commit comments

Comments
 (0)