Skip to content

Commit

Permalink
[AAE-6096] Broken CSS for modeler app (#7302)
Browse files Browse the repository at this point in the history
  • Loading branch information
BSekula committed Oct 14, 2021
1 parent 40377e0 commit a3dc441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -34,7 +34,7 @@
<mat-option *ngFor="let user of searchUsers$ | async; let i = index" [value]="user">
<div class="adf-people-cloud-row" id="adf-people-cloud-user-{{user.username}}"
data-automation-id="adf-people-cloud-row">
<div [outerHTML]="user | usernameInitials:'adf-people-widget-pic'"></div>
<div [outerHTML]="user | usernameInitials:'adf-people-cloud-pic'"></div>
<span class="adf-people-label-name"> {{user | fullName}}</span>
</div>
</mat-option>
Expand Down
Expand Up @@ -16,6 +16,7 @@
&-people-cloud-row {
display: flex;
align-items: center;
column-gap: 10px;
}

&-people-cloud-pic {
Expand Down

0 comments on commit a3dc441

Please sign in to comment.