Fix pic not sticking to the right of the card

This commit is contained in:
MartinBraquet
2026-06-04 19:52:04 +02:00
parent 9dba520744
commit efe7e48d3d

View File

@@ -593,7 +593,7 @@ function ProfilePreview(props: {
{isPhotoRendered && (
<div
className={clsx(
'relative shrink-0 rounded-r-xl lg:self-stretch overflow-hidden z-1 mx-auto',
'relative shrink-0 rounded-r-xl lg:self-stretch overflow-hidden z-1 mx-auto mr-0',
photoSizeClass,
)}
>