mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
22 lines
305 B
CSS
22 lines
305 B
CSS
:host {
|
|
width: 100%;
|
|
}
|
|
|
|
.activiti-process-container {
|
|
width: 100%;
|
|
min-height: 100px;
|
|
overflow: visible;
|
|
padding: 10px;
|
|
}
|
|
|
|
.adf-comments-dialog {
|
|
position: fixed;
|
|
top: 50%;
|
|
transform: translate(0, -50%);
|
|
width: 40%;
|
|
}
|
|
|
|
.adf-in-medias-res-button {
|
|
margin: 16px 0;
|
|
}
|