We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1d2f9 commit a0fe1abCopy full SHA for a0fe1ab
src/shared/components/challenge-listing/Tooltips/UserAvatarTooltip/style.scss
@@ -8,6 +8,9 @@ $avatar-radius-50: $corner-radius * 25;
8
$avatar-radius-4: $corner-radius * 2;
9
10
.user-avatar-tooltip {
11
+ display: flex;
12
+ justify-content: space-between;
13
+ align-items: center;
14
max-width: 640px;
15
font-family: 'Roboto';
16
overflow: auto;
@@ -46,6 +49,8 @@ $avatar-radius-4: $corner-radius * 2;
46
49
float: left;
47
50
margin-right: $avatar-space-15;
48
51
width: $base-unit * 10;
52
+ height: $base-unit * 10;
53
+ overflow: hidden;
54
}
55
56
.handle {
0 commit comments