UI Avatar: add overflow-hidden className

This commit is contained in:
Alex Gleason 2022-05-07 12:58:12 -05:00
parent 84839a5104
commit 939c74fe44
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ const Avatar = (props: IAvatar) => {
return (
<StillImage
className={classNames('rounded-full', className)}
className={classNames('rounded-full overflow-hidden', className)}
style={style}
src={src}
alt='Avatar'