From 49431f05d3cac68fc0f39f5ca1da1bfb6c788c2b Mon Sep 17 00:00:00 2001 From: LoV432 Date: Sun, 28 Jan 2024 04:24:53 +0500 Subject: [PATCH] fix text overflow --- app/components/AdminActionList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/AdminActionList.tsx b/app/components/AdminActionList.tsx index 65a2a04..5cde24f 100644 --- a/app/components/AdminActionList.tsx +++ b/app/components/AdminActionList.tsx @@ -69,7 +69,7 @@ export default function AdminActionListButton({ type="radio" name="Admin_Action_Borders" role="tab" - className="tab h-12 text-lg font-semibold transition-all checked:bg-zinc-700 hover:bg-zinc-800 checked:hover:bg-zinc-700 focus:outline-0" + className="tab h-12 after:overflow-hidden after:overflow-ellipsis text-lg font-semibold transition-all checked:bg-zinc-700 hover:bg-zinc-800 checked:hover:bg-zinc-700 focus:outline-0" aria-label="Punishments" onClick={updatePunishmentsList} />