mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
css fixes for datatable (#4471)
This commit is contained in:
committed by
Eugenio Romano
parent
b8d3a5b878
commit
505aad4cb5
@@ -211,7 +211,7 @@
|
||||
</mat-menu>
|
||||
</adf-toolbar>
|
||||
|
||||
<div [ngClass]="{'adf-sticky-document-list': stickyHeader }">
|
||||
<div class="adf-document-list-container" [ngClass]="{'adf-sticky-document-list': stickyHeader }">
|
||||
<adf-document-list
|
||||
#documentList
|
||||
class="adf-file-list-container"
|
||||
|
@@ -44,6 +44,14 @@
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.adf-document-list-container {
|
||||
min-height: 400px;
|
||||
|
||||
.adf-datatable-list {
|
||||
min-height: 400px;
|
||||
}
|
||||
}
|
||||
|
||||
.adf-datatable-card .adf-lock-button {
|
||||
top: -10px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user