mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-07-30 09:48:47 -04:00
Fix pic not sticking to the right of the card
This commit is contained in:
@@ -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,
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user