fix(chat) keep avatar width inside flex container (#12891)

Co-authored-by: Maria Mironova <maria@example.com>
This commit is contained in:
Maria Mironova 2023-02-10 15:31:11 +03:00 committed by GitHub
parent f98036efa1
commit e1ac000cd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ const useStyles = makeStyles()(theme => {
avatar: {
margin: `${theme.spacing(1)} ${theme.spacing(2)} ${theme.spacing(3)} 0`,
position: 'sticky',
flexShrink: 0,
top: 0
}
};