mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Reset the margin for the people component (#2148)
This commit is contained in:
committed by
Eugenio Romano
parent
a1bb5b40d9
commit
8ebd30c286
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user