fix(frontend): person cards now show correctly in ListView's

pull/228/head
sct 4 years ago
parent d8060afe02
commit ccb98553f1

@ -18,7 +18,7 @@ const PersonCard: React.FC<PersonCardProps> = ({
}) => {
return (
<Link href={`/person/${personId}`}>
<a>
<a className={canExpand ? 'w-full' : 'w-36 sm:w-36 md:w-44'}>
<div
className={`relative ${
canExpand ? 'w-full' : 'w-36 sm:w-36 md:w-44'

Loading…
Cancel
Save