mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2051] Involve people name is not displayed properly. (#2773)
This issue is now fixed
This commit is contained in:
committed by
Eugenio Romano
parent
764cd458cb
commit
19b1507251
@@ -51,10 +51,18 @@
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
adf-people-list ::ng-deep adf-datatable ::ng-deep {
|
||||
|
||||
|
||||
adf-people-list adf-datatable {
|
||||
thead {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.adf-data-table .adf-data-table-cell .cell-container {
|
||||
flex-direction: column;
|
||||
align-items: left;
|
||||
}
|
||||
|
||||
.people-email {
|
||||
opacity: 0.54;
|
||||
}
|
||||
|
Reference in New Issue
Block a user