Reset the margin for the people component (reverted from commit 5a37d8566a)

This commit is contained in:
mauriziovitale84
2017-07-28 10:28:39 +01:00
parent 5a37d8566a
commit 1b59d1db22
2 changed files with 1 additions and 2 deletions
@@ -26,7 +26,7 @@
.assignment-top-container{ .assignment-top-container{
border-top: 2px solid #eee; border-top: 2px solid #eee;
margin: 0px; margin: 8px;
padding: 0px; padding: 0px;
} }
@@ -68,7 +68,6 @@
[readOnly]="readOnlyForm" [readOnly]="readOnlyForm"
[taskId]="taskDetails.id"> [taskId]="taskDetails.id">
</adf-people> </adf-people>
<br />
<md-card *ngIf="showComments"> <md-card *ngIf="showComments">
<md-card-content> <md-card-content>
<adf-comments #activiticomments <adf-comments #activiticomments