[ADF-2051] Involve people name is not displayed properly. (#2773)

This issue is now fixed
This commit is contained in:
mihai sirghe
2017-12-07 18:44:37 +02:00
committed by Eugenio Romano
parent 764cd458cb
commit 19b1507251

View File

@@ -51,10 +51,18 @@
padding: 0px; padding: 0px;
} }
adf-people-list ::ng-deep adf-datatable ::ng-deep {
adf-people-list adf-datatable {
thead { thead {
display: none; display: none;
} }
.adf-data-table .adf-data-table-cell .cell-container {
flex-direction: column;
align-items: left;
}
.people-email { .people-email {
opacity: 0.54; opacity: 0.54;
} }