From 6f8763a791450e8648ef6a66e3a90ed63ea05ad0 Mon Sep 17 00:00:00 2001 From: suzana_dirla Date: Tue, 20 Aug 2019 10:56:16 +0300 Subject: [PATCH] [ACA-2140] set $data-table-cell-min-width --- src/app/ui/custom-theme.scss | 1 + src/app/ui/overrides/adf-document-list.theme.scss | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/ui/custom-theme.scss b/src/app/ui/custom-theme.scss index 25ca967be..f4707b323 100644 --- a/src/app/ui/custom-theme.scss +++ b/src/app/ui/custom-theme.scss @@ -80,6 +80,7 @@ $warn: map-get($custom-theme, warn); $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; $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 abfdc59d5..25858eb55 100644 --- a/src/app/ui/overrides/adf-document-list.theme.scss +++ b/src/app/ui/overrides/adf-document-list.theme.scss @@ -20,8 +20,6 @@ .adf-datatable-cell-header, .adf-datatable-cell { - min-width: 120px; - &.adf-no-grow-cell { min-width: 120px; }