Skip to content

Commit

Permalink
Merge pull request #286 from Jerome-Herbinet/patch-1
Browse files Browse the repository at this point in the history
Fix avatar size in sharing modal
  • Loading branch information
ThibautPlg authored Sep 9, 2024
2 parents 6c52487 + 1b4d2dd commit 443bb58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ts/Manager/ShareWith.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
width: 32px;
overflow: hidden;

> img {
max-width: 100%;
}

.icon-group-white,
.icon-circle-white {
display: block;
Expand Down

0 comments on commit 443bb58

Please sign in to comment.