Reset the margin for the people component (#2148)

This commit is contained in:
Maurizio Vitale
2017-07-28 14:09:19 +01:00
committed by Eugenio Romano
parent a1bb5b40d9
commit 8ebd30c286
2 changed files with 2 additions and 1 deletions

View File

@@ -26,7 +26,7 @@
.assignment-top-container{ .assignment-top-container{
border-top: 2px solid #eee; border-top: 2px solid #eee;
margin: 8px; margin: 0px;
padding: 0px; padding: 0px;
} }

View File

@@ -68,6 +68,7 @@
[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