mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
* [ADF-1168] Tasks header component and Processes header component have different margins * Removed padding from process header component and used md-card-content . * [ADF-1168] Tasks header component and Processes header component have different margins * Removed the external div. * Added css class to task header component to override default roboto font * Update process-instance-details.component.css * Update process-instance-header.component.html * Update task-header.component.html * Update process-instance-header.component.html * Update task-header.component.html
8 lines
78 B
CSS
8 lines
78 B
CSS
:host {
|
|
width: 100%;
|
|
}
|
|
|
|
.adf-card-container {
|
|
font-family: inherit;
|
|
}
|