Skip to content

Commit

Permalink
fix(home): fix long names overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
artaommahe committed Sep 14, 2024
1 parent d2b2812 commit b5d3574
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/pages/home/home-page.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ import { UnsortedCardsComponent } from './unsorted-cards/unsorted-cards.componen
<app-learn-cards />
<div class="div flex gap-4">
<div class="flex-1">
<div class="flex gap-4">
<div class="min-w-0 flex-1">
<app-last-cards-list />
</div>
<div class="w-px self-stretch border-l border-l-primary/10"></div>
<div class="flex-1">
<div class="min-w-0 flex-1">
<app-last-seeds-list />
</div>
</div>
Expand Down

0 comments on commit b5d3574

Please sign in to comment.