mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
* fix overload activiti * fix reload tasklist * fix process variables * fix default filter * improve process list * fix tests process * fix tests * Fix test for form * fix tests * fix tests * #fix activiti bug * #fix activiti bug (reverted from commit c966395ed1087e1dedaf0af0923a89ba99d6ab9f) * fix tests * #fix header test bug * fix tests * fix process * fix tests
11 lines
142 B
CSS
11 lines
142 B
CSS
:host {
|
|
width: 100%;
|
|
}
|
|
|
|
.activiti-process-container {
|
|
width: 100%;
|
|
min-height: 100px;
|
|
overflow: visible;
|
|
padding: 10px;
|
|
}
|