Skip to content

Commit 7a32504

Browse files
committed
address review
1 parent 5e80f2b commit 7a32504

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/ui/packagepage/templates.templ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ templ CompareTable(pkgs []packages.PackagePopularity, query string, offset int,
9292
<td class="text-nowrap align-middle">
9393
<a href={ templ.SafeURL("/packages/" + pkg.Name) }>{ pkg.Name }</a>
9494
</td>
95-
<td class="w-75">
95+
<td class="w-75 align-middle">
9696
@components.PopularityBar(pkg.Popularity)
9797
</td>
9898
<td class="align-middle text-end">
@@ -117,7 +117,7 @@ templ PackageTable(pkgs []packages.PackagePopularity, query string, offset int,
117117
<tr>
118118
<th scope="col">Package</th>
119119
<th scope="col">Popularity</th>
120-
<th scope="col" class="d-none d-lg-table-cell text-center">Compare</th>
120+
<th scope="col" class="d-none d-lg-table-cell text-end">Compare</th>
121121
</tr>
122122
</thead>
123123
<tbody>

0 commit comments

Comments
 (0)