Skip to content

Commit

Permalink
fix: bundles table align center
Browse files Browse the repository at this point in the history
  • Loading branch information
sashaboi committed May 24, 2024
1 parent 0c08369 commit c3067d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const columns = [
header: 'Asset',
cell: ({ getValue, row }) => {
return (
<p className="flex flex-row break-all">
<p className="flex flex-row items-center break-all">
<span
data-action="clickable"
data-testid="modules-expand"
Expand Down

0 comments on commit c3067d6

Please sign in to comment.