Skip to content

Commit efe7e48

Browse files
committed
Fix pic not sticking to the right of the card
1 parent 9dba520 commit efe7e48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/components/profile-grid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ function ProfilePreview(props: {
593593
{isPhotoRendered && (
594594
<div
595595
className={clsx(
596-
'relative shrink-0 rounded-r-xl lg:self-stretch overflow-hidden z-1 mx-auto',
596+
'relative shrink-0 rounded-r-xl lg:self-stretch overflow-hidden z-1 mx-auto mr-0',
597597
photoSizeClass,
598598
)}
599599
>

0 commit comments

Comments
 (0)