Skip to content

Commit

Permalink
Merge pull request #669 from The-Commit-Company/661-user-avatar-is-ge…
Browse files Browse the repository at this point in the history
…tting-shrink-when-the-text-is-long

fix: set min-height and width for avatar in desk interface
  • Loading branch information
nikkothari22 authored Feb 15, 2024
2 parents 28b1f76 + a0c3ea9 commit 4869837
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions raven/public/scss/avatar.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.raven-avatar {
width: 1.8rem;
height: 1.8rem;
min-width: 1.8rem;
min-height: 1.8rem;
display: block;
border-radius: 0.5rem;

Expand Down

0 comments on commit 4869837

Please sign in to comment.