From 38cdbfa9c18110ea6a649007621f03925bc167ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dunat?= <44978358+michu-dunat@users.noreply.github.com> Date: Thu, 16 Sep 2021 09:50:57 -0400 Subject: [PATCH] [ACA-4203] change min-width value of fileSize column to 110px in order to make more letters visible if sort and filter icons are present (#2290) --- src/app/ui/custom-theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/ui/custom-theme.scss b/src/app/ui/custom-theme.scss index db4ec6992..d51e2dab7 100644 --- a/src/app/ui/custom-theme.scss +++ b/src/app/ui/custom-theme.scss @@ -33,7 +33,7 @@ $data-table-dividers-wrapper-border: none; $data-table-thumbnail-width: 35px; $data-table-cell-min-width: 150px; $data-table-cell-min-width--no-grow: 120px; -$data-table-cell-min-width--fileSize: 80px !important; +$data-table-cell-min-width--fileSize: 110px !important; $data-table-cell-text-color: mat-color($foreground, text, 0.54); $data-table-cell-link-color: mat-color($foreground, text); $data-table-hover-color: #e3fafd;