From 26febb51ab45ca54679a1ee5ab961e2daccfcdad Mon Sep 17 00:00:00 2001 From: Aditya Raj <128916853+adityaraj-09@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:58:30 +0530 Subject: [PATCH] Bug Fix: Improved full-width layout and text truncation to prevent overlap with button (#2374) * Update page.tsx * Update page.tsx * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- .../app/(app)/authorization/permissions/[permissionId]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/app/(app)/authorization/permissions/[permissionId]/page.tsx b/apps/dashboard/app/(app)/authorization/permissions/[permissionId]/page.tsx index 8c9a2eb8ae..c02b0dc434 100644 --- a/apps/dashboard/app/(app)/authorization/permissions/[permissionId]/page.tsx +++ b/apps/dashboard/app/(app)/authorization/permissions/[permissionId]/page.tsx @@ -85,7 +85,7 @@ export default async function RolesPage(props: Props) { > -
+
{permission.name}