mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
header style fixes (#4245)
This commit is contained in:
committed by
Eugenio Romano
parent
a472772dfd
commit
0282bfa468
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { Component, ViewEncapsulation } from '@angular/core';
|
||||
import { Component, ViewEncapsulation, ChangeDetectionStrategy } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'adf-toolbar-divider',
|
||||
@@ -30,6 +30,7 @@ import { Component, ViewEncapsulation } from '@angular/core';
|
||||
margin-right: 5px;
|
||||
}
|
||||
`],
|
||||
encapsulation: ViewEncapsulation.None
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
changeDetection: ChangeDetectionStrategy.OnPush
|
||||
})
|
||||
export class ToolbarDividerComponent {}
|
||||
|
Reference in New Issue
Block a user