diff --git a/src/app/ui/custom-theme.scss b/src/app/ui/custom-theme.scss index f4707b323..2fe957e10 100644 --- a/src/app/ui/custom-theme.scss +++ b/src/app/ui/custom-theme.scss @@ -81,6 +81,7 @@ $document-list-selection-color: mat-color($alfresco-ecm-blue, 500); $document-list-background: white; $data-table-thumbnail-width: 35px; $data-table-cell-min-width: 120px; +$data-table-cell-min-width--no-grow: 120px; $adf-pagination--border: 1px solid mat-color($foreground, text, 0.07); $adf-pagination__empty--height: 0; diff --git a/src/app/ui/overrides/adf-document-list.theme.scss b/src/app/ui/overrides/adf-document-list.theme.scss index 25858eb55..56b534520 100644 --- a/src/app/ui/overrides/adf-document-list.theme.scss +++ b/src/app/ui/overrides/adf-document-list.theme.scss @@ -20,10 +20,6 @@ .adf-datatable-cell-header, .adf-datatable-cell { - &.adf-no-grow-cell { - min-width: 120px; - } - &.adf-datatable-cell--fileSize { min-width: 80px; }