Skip to content

Commit 0aafe10

Browse files
Copilotchabiss
andcommitted
Remove text-nowrap from Package ID column to make long package names fully visible
Co-authored-by: chabiss <[email protected]>
1 parent ed661f2 commit 0aafe10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NuGetGallery/Views/Users/Packages.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<img class="package-icon img-responsive" aria-hidden="true"
134134
data-bind="attr: { src: PackageIconUrl, onerror: PackageIconUrlFallback, alt: 'Icon for ' + Id, class: PackageIconUrl == null ? 'package-icon img-responsive package-default-icon' : 'package-icon img-responsive' }" />
135135
</td>
136-
<td class="align-middle package-id text-nowrap">
136+
<td class="align-middle package-id">
137137
<a title="View Package" data-bind="attr: { href: PackageUrl }">
138138
<span data-bind="text: Id"></span>
139139
</a>

0 commit comments

Comments
 (0)