fix project description overflow (#658)

This commit is contained in:
FabianAdrian 2022-05-22 00:23:34 -07:00 committed by GitHub
parent e960b292fc
commit 8a2f4ced89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ function lastUpdated(date: Date): string {
size="md"
/>
</div>
<div class="overflow-clip">
<div class="overflow-clip min-w-0">
<p>
<Link :to="'/' + project.namespace.owner + '/' + project.namespace.slug">{{ project.name }}</Link>
by

View File

@ -142,7 +142,7 @@ useHead(meta);
</Container>
<Container class="mt-5" lg="flex gap-6">
<!-- Projects -->
<div class="w-full mb-5" lg="mb-0">
<div class="w-full min-w-0 mb-5" lg="mb-0">
<ProjectList :projects="projects" />
</div>
<!-- Sidebar -->