Skip to content

Commit

Permalink
Fixes display of avatr in flex display with elements of different hei…
Browse files Browse the repository at this point in the history
…ghts
  • Loading branch information
georgewrmarshall committed Sep 30, 2022
1 parent 300cb6e commit e30f0d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/components/component-library/base-avatar/base-avatar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@

height: var(--avatar-size);
width: var(--avatar-size);
max-width: var(--avatar-size);
flex: 0 0 var(--avatar-size);
border-radius: 100%;
overflow: hidden;
display: flex;
Expand Down

0 comments on commit e30f0d7

Please sign in to comment.