From 780efab80cdc5446a6468d60afe2c1d9ecca0f1e Mon Sep 17 00:00:00 2001 From: Manuel <30572287+manuel-rw@users.noreply.github.com> Date: Tue, 28 Jan 2025 20:33:04 +0100 Subject: [PATCH] fix: app url line clamp (#2170) --- apps/nextjs/src/app/[locale]/manage/apps/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/nextjs/src/app/[locale]/manage/apps/page.tsx b/apps/nextjs/src/app/[locale]/manage/apps/page.tsx index c53f5e19f..7fb72e57a 100644 --- a/apps/nextjs/src/app/[locale]/manage/apps/page.tsx +++ b/apps/nextjs/src/app/[locale]/manage/apps/page.tsx @@ -80,7 +80,7 @@ const AppCard = async ({ app }: AppCardProps) => { return ( - + { }, }} /> - + {app.name} @@ -101,7 +101,7 @@ const AppCard = async ({ app }: AppCardProps) => { )} {app.href && ( - + {app.href} )}