refactor(layout): prevent infinite grow

This commit is contained in:
Sergey Andrievskiy 2019-06-22 15:54:50 +03:00
parent 00fb113b86
commit a97d86db14

View file

@ -4,7 +4,7 @@ import { Component } from '@angular/core';
selector: 'ngx-one-column-layout',
styleUrls: ['./one-column.layout.scss'],
template: `
<nb-layout>
<nb-layout center>
<nb-layout-header fixed>
<ngx-header></ngx-header>
</nb-layout-header>