mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
[ADF-2305] Process app tiles on process workspace landing page show "…" in Firefox (#2963)
* [ADF-2305] Process app tiles on process workspace landing page show "..." in Firefox * [ADF-2305] Removed multi-line ellipsis work around for Firefox * [ADF-2305] Added multi-line or single line ellpsis conditionally * * [ADF-2305] Imported line-clamp mixin from core mixins
This commit is contained in:
committed by
Eugenio Romano
parent
9e8fb2b6ea
commit
ec3b208b84
@@ -6,6 +6,7 @@
|
||||
@import '../task-list/components/start-task.component';
|
||||
@import '../task-list/components/task-filters.component';
|
||||
@import '../task-list/components/task-header.component';
|
||||
@import '../app-list/apps-list.component';
|
||||
|
||||
@mixin adf-process-services-theme($theme) {
|
||||
@include adf-process-filters-theme($theme);
|
||||
@@ -16,4 +17,5 @@
|
||||
@include adf-task-list-header-theme($theme);
|
||||
@include adf-process-attachment-list-theme($theme);
|
||||
@include adf-task-attachment-list-theme($theme);
|
||||
@include adf-apps-theme($theme);
|
||||
}
|
||||
|
Reference in New Issue
Block a user