Skip to content

Commit d1b6b4c

Browse files
authored
Update Download table heading (#9267)
* update correct place * update table header placement
1 parent 387363d commit d1b6b4c

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

src/Bootstrap/dist/css/bootstrap-theme.css

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Bootstrap/less/theme/page-statistics-per-package.less

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
.page-stats-per-package
2-
{
1+
.page-stats-per-package {
2+
.table {
3+
table-layout: fixed;
4+
}
5+
36
.stats-table-control {
47
margin-top: 40px;
58
}
@@ -76,4 +79,4 @@
7679
.statistics-report-title {
7780
overflow-wrap: break-word;
7881
}
79-
}
82+
}

src/NuGetGallery/Views/Statistics/_PivotTable.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<!-- ko foreach: Columns -->
5858
<th data-bind="attr: { id: $data + '-column' }, text: $data" scope="col" class="dimension-column"></th>
5959
<!-- /ko -->
60-
<th scope="col">Downloads</th>
60+
<th scope="col">Downloads (last 6 weeks)</th>
6161
</tr>
6262
</thead>
6363
<tbody data-bind="foreach: ShownRows">

0 commit comments

Comments
 (0)