mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
[ACA-2140] remove some datatable style moved to ADF
- fix permission table width
This commit is contained in:
@@ -12,8 +12,11 @@
|
||||
flex: 1;
|
||||
|
||||
.adf-datatable-permission {
|
||||
.adf-datatable-cell--icon {
|
||||
width: auto;
|
||||
width: 100%;
|
||||
|
||||
.adf-datatable-cell--icon, // '--icon' should be replaced with '--image' as in all the other data tables
|
||||
.adf-datatable-cell--image {
|
||||
min-width: $data-table-thumbnail-width;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user