Skip to content

Commit

Permalink
fix(avatar): change to display flex (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
braddialpad authored Mar 23, 2023
1 parent dfbee49 commit 9c23383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build/less/components/avatar.less
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
--avatar-count-color-shadow: var(--theme-sidebar-color-background);

position: relative;
display: inline-flex;
display: flex;
color: var(--avatar-color-text);

// -- CHILDREN
Expand Down

0 comments on commit 9c23383

Please sign in to comment.