mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACA-2140] set $data-table-cell-min-width
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -20,8 +20,6 @@
|
||||
|
||||
.adf-datatable-cell-header,
|
||||
.adf-datatable-cell {
|
||||
min-width: 120px;
|
||||
|
||||
&.adf-no-grow-cell {
|
||||
min-width: 120px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user