Skip to content

Commit

Permalink
fix text overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LoV432 committed Jan 27, 2024
1 parent 5098f3c commit 49431f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/AdminActionList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
/>
Expand Down

0 comments on commit 49431f0

Please sign in to comment.