[ACA-2140] remove some datatable style moved to ADF

- fix permission table width
This commit is contained in:
suzana_dirla
2019-08-20 18:47:25 +03:00
parent bfcd0f1832
commit a971d8c24b
2 changed files with 7 additions and 9 deletions

View File

@@ -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;
}
}
}