Skip to content

Commit

Permalink
service item card truncated text with a long commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
nilscox committed Aug 28, 2024
1 parent e36ce99 commit 9869e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/home.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function HomePage() {

{/* eslint-disable-next-line tailwindcss/no-arbitrary-value */}
<div className="mt-8 grid grid-cols-1 gap-8 xl:grid-cols-[1fr,24rem]">
<div className="row-span-2">
<div className="row-span-2 min-w-0">
<Apps />
</div>

Expand Down

0 comments on commit 9869e7f

Please sign in to comment.