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--fileSize
This commit is contained in:
@@ -82,6 +82,7 @@ $document-list-background: white;
|
|||||||
$data-table-thumbnail-width: 35px;
|
$data-table-thumbnail-width: 35px;
|
||||||
$data-table-cell-min-width: 120px;
|
$data-table-cell-min-width: 120px;
|
||||||
$data-table-cell-min-width--no-grow: 120px;
|
$data-table-cell-min-width--no-grow: 120px;
|
||||||
|
$data-table-cell-min-width--fileSize: 80px !important;
|
||||||
|
|
||||||
$adf-pagination--border: 1px solid mat-color($foreground, text, 0.07);
|
$adf-pagination--border: 1px solid mat-color($foreground, text, 0.07);
|
||||||
$adf-pagination__empty--height: 0;
|
$adf-pagination__empty--height: 0;
|
||||||
|
|||||||
@@ -20,10 +20,6 @@
|
|||||||
|
|
||||||
.adf-datatable-cell-header,
|
.adf-datatable-cell-header,
|
||||||
.adf-datatable-cell {
|
.adf-datatable-cell {
|
||||||
&.adf-datatable-cell--fileSize {
|
|
||||||
min-width: 80px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
min-width: $data-table-thumbnail-width;
|
min-width: $data-table-thumbnail-width;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user