Skip to content

Commit d45811a

Browse files
committed
fix(admin): move the status tooltip above the icon in the member candidates list
1 parent b1df28d commit d45811a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/admin-gui/src/app/shared/components/members-candidates-list/members-candidates-list.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
*ngIf="memberCandidate.member"
5252
class="material-icons {{memberCandidate.member | memberStatusIconColor}}"
5353
matTooltip="{{memberCandidate.member.status}}"
54-
matTooltipPosition="left">
54+
matTooltipPosition="above">
5555
{{memberCandidate.member.status | memberStatusIcon}}
5656
</i>
5757
</td>

0 commit comments

Comments
 (0)