[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)

This commit is contained in:
Michał Dunat
2021-11-16 13:05:05 +00:00
committed by Denys Vuika
parent c4e4b50f8a
commit 38cdbfa9c1
+1 -1
View File
@@ -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;