This commit is contained in:
tiago.kayaya
2021-04-08 10:40:12 +01:00
parent ad0825ce85
commit c169e585e3
@@ -115,15 +115,15 @@
</div>
</div>
<div class="aside-content d-none flex-column height-100">
<div class="aside-right flex-column height-100">
<app-empty-container
[texto]="emptyTextDescription"
*ngIf="!showAttendees"
class=" aside-right d-flex height-100 flex-column">
class="d-flex height-100 flex-column">
</app-empty-container>
<app-attendee-modal
*ngIf="showAttendees"
class="aside-right d-flex flex-column height-100"
class="d-flex flex-column height-100"
[adding]="adding"
[taskParticipants]="taskParticipants"
[taskParticipantsCc]="taskParticipantsCc"