We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4841f commit 31e94efCopy full SHA for 31e94ef
src/app/app.ts
@@ -4,7 +4,7 @@ import { Navigation } from './components/navigation/navigation';
4
@Component({
5
selector: 'app-root',
6
imports: [Navigation],
7
- template: `<app-navigation class="h-full"></app-navigation>`,
+ template: `<app-navigation class="h-full flex flex-col"></app-navigation>`,
8
changeDetection: ChangeDetectionStrategy.OnPush,
9
styles: [
10
`
0 commit comments