Skip to content

Commit

Permalink
fix: keep builder icon ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
DinizSa committed Nov 20, 2024
1 parent a49cac6 commit 4624231
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const BuilderNameCell = ({
<TableCell className={cn(tableHeaders[0].className, 'border-solid')}>
<div className="flex flex-row gap-x-2 items-center">
<BuilderStatusFlag stateDetails={stateDetails} />
<Jdenticon className="rounded-md bg-white" value={builderName} size="24" />
<Jdenticon className="rounded-md bg-white flex-shrink-0" value={builderName} size="24" />
<Popover
content={
<div className="text-[12px] font-bold mb-1">
Expand Down

0 comments on commit 4624231

Please sign in to comment.