mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[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:
committed by
Denys Vuika
parent
c4e4b50f8a
commit
38cdbfa9c1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user