Skip to content

Commit 93a916e

Browse files
feat(navbar) Add 100% to the host element to ensure that the navbar will stretch inside flex layout. (#12797)
Co-authored-by: Simeon Simeonoff <[email protected]>
1 parent 2f711ee commit 93a916e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/igniteui-angular/src/lib/navbar/navbar.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ let NEXT_ID = 0;
4949
styles: [`
5050
:host {
5151
display: block;
52+
width: 100%;
5253
}
5354
`
5455
]

0 commit comments

Comments
 (0)