Skip to content

Commit

Permalink
Bug Fix: Improved full-width layout and text truncation to prevent ov…
Browse files Browse the repository at this point in the history
…erlap 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>
  • Loading branch information
adityaraj-09 and autofix-ci[bot] authored Oct 28, 2024
1 parent fa15c65 commit 26febb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default async function RolesPage(props: Props) {
>
<Tooltip>
<TooltipTrigger asChild>
<div className="flex items-center justify-between gap-2 truncate">
<div className="flex items-center justify-between gap-2 w-full truncate">
<span className="truncate">{permission.name}</span>
<div>
<CopyButton value={permission.name} />
Expand Down

0 comments on commit 26febb5

Please sign in to comment.