Skip to content

Commit

Permalink
Prevent avatars being force resized
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas101 committed Dec 14, 2018
1 parent e860ef5 commit 552dca8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scenes/wbui/ACAvatarCircle2/ACAvatarCircle2.js
Expand Up @@ -88,7 +88,9 @@ class ACAvatarCircle extends React.Component {
className={classNames(className, classes.root)}
style={{
width: size,
minWidth: size,
height: size,
minHeight: size,
...style
}}
{...passProps}>
Expand Down

0 comments on commit 552dca8

Please sign in to comment.