mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-02-17 15:01:42 +08:00
fix project description overflow (#658)
This commit is contained in:
parent
e960b292fc
commit
8a2f4ced89
@ -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
|
||||
|
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user