Skip to content

Commit

Permalink
Fix avatar size in sharing modal
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Herbinet <[email protected]>
  • Loading branch information
Jerome-Herbinet authored Sep 9, 2024
1 parent 6c52487 commit 1b4d2dd
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 1b4d2dd

Please sign in to comment.