UI Avatar: add overflow-hidden className

api-accept
Alex Gleason 2022-05-07 12:58:12 -05:00
rodzic 84839a5104
commit 939c74fe44
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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