Skip to content

Commit a0fe1ab

Browse files
committed
Fix issue #287
1 parent 2f1d2f9 commit a0fe1ab

File tree

1 file changed

+5
-0
lines changed
  • src/shared/components/challenge-listing/Tooltips/UserAvatarTooltip

1 file changed

+5
-0
lines changed

src/shared/components/challenge-listing/Tooltips/UserAvatarTooltip/style.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ $avatar-radius-50: $corner-radius * 25;
88
$avatar-radius-4: $corner-radius * 2;
99

1010
.user-avatar-tooltip {
11+
display: flex;
12+
justify-content: space-between;
13+
align-items: center;
1114
max-width: 640px;
1215
font-family: 'Roboto';
1316
overflow: auto;
@@ -46,6 +49,8 @@ $avatar-radius-4: $corner-radius * 2;
4649
float: left;
4750
margin-right: $avatar-space-15;
4851
width: $base-unit * 10;
52+
height: $base-unit * 10;
53+
overflow: hidden;
4954
}
5055

5156
.handle {

0 commit comments

Comments
 (0)