mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ADF-5407] style fixes before Angular 12 upgrade
This commit is contained in:
@@ -27,7 +27,7 @@ import { Component, ViewEncapsulation, ChangeDetectionStrategy, Input } from '@a
|
||||
|
||||
@Component({
|
||||
selector: 'aca-page-layout',
|
||||
templateUrl: 'page-layout.component.html',
|
||||
templateUrl: './page-layout.component.html',
|
||||
styleUrls: ['./page-layout.component.scss'],
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
host: { class: 'aca-page-layout' },
|
||||
|
Reference in New Issue
Block a user