mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
* [ADF-4122] Add sticky header config to datatable and refactor styles * [ADF-4122] Fix core unit tests * [ADF-4122] Commit requested changes * [ADF-4122] Fix e2e tests * Update docs/core/datatable.component.md Co-Authored-By: davidcanonieto <david.cano@alfresco.com>
10 lines
148 B
SCSS
10 lines
148 B
SCSS
@mixin adf-task-people-list-theme($theme) {
|
|
|
|
.adf-task-people-list {
|
|
.adf-datatable-list {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
}
|