[ADF-3262] Remove avoidable css style from task/process list component (#3518)

This commit is contained in:
siva kumar
2018-06-22 15:47:47 +05:30
committed by Eugenio Romano
parent 9ee34e404e
commit 6584bc307e
2 changed files with 0 additions and 32 deletions

View File

@@ -1,19 +1,3 @@
alfresco-datatable ::ng-deep .column-header {
color: #232323;
font-size: 15px;
}
alfresco-datatable ::ng-deep .data-cell {
cursor: pointer !important;
}
alfresco-datatable ::ng-deep .cell-value{
width: 250px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.adf-task-list-loading-margin {
margin-left: calc((100% - 100px) / 2);
margin-right: calc((100% - 100px) / 2);