Skip to content

Commit 31e94ef

Browse files
committed
style: update app component template to include flex layout for navigation
1 parent 7f4841f commit 31e94ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Navigation } from './components/navigation/navigation';
44
@Component({
55
selector: 'app-root',
66
imports: [Navigation],
7-
template: `<app-navigation class="h-full"></app-navigation>`,
7+
template: `<app-navigation class="h-full flex flex-col"></app-navigation>`,
88
changeDetection: ChangeDetectionStrategy.OnPush,
99
styles: [
1010
`

0 commit comments

Comments
 (0)