File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
alcs-frontend/src/app/features/compliance-and-enforcement/details/header Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ <h5 class="detail-heading">
1616 < div class ="right-column ">
1717 < div >
1818 < div class ="assignee-wrapper ">
19- {{ file?.assignee?.prettyName || 'Unassigned' }}
19+ < span *ngIf ="file?.assignee?.prettyName "> Assigned to</ span >
20+ < strong > {{ file?.assignee?.prettyName || 'Unassigned' }}</ strong >
2021 < button type ="button " (click) ="openAssignDialog() " mat-icon-button class ="edit-assignee-button ">
2122 < mat-icon > edit</ mat-icon >
2223 </ button >
Original file line number Diff line number Diff line change 8282.assignee-wrapper {
8383 display : flex ;
8484 align-items : center ;
85- gap : 12 px ;
85+ gap : 4 px ;
8686}
8787
8888.edit-assignee-button {
You can’t perform that action at this time.
0 commit comments