Fixes team members avatar shrinkage

pull/5557/head
zomars 2022-11-16 15:01:25 -07:00
parent d43ee154d0
commit fb5b3bbcc6
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ const Item = ({ type, group, readOnly }: { type: EventType; group: EventTypeGrou
return (
<Link href={`/event-types/${type.id}?tabName=setup`}>
<a
className="w-full overflow-hidden pr-4 text-sm"
className="flex-1 overflow-hidden pr-4 text-sm"
title={`${type.title} ${type.description ? ` ${type.description}` : ""}`}>
<div>
<span