Skip to content

Commit 6cb087e

Browse files
committed
provide max-height for the extended navbar
1 parent e47173b commit 6cb087e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/igniteui-angular/src/lib/core/styles/components/navbar/_navbar-theme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
justify-content: space-between;
105105
width: 100%;
106106
min-height: 56px;
107+
max-height: 128px;
107108
padding: $navbar-padding;
108109
background: --var($theme, 'background');
109110
color: --var($theme, 'text-color');

0 commit comments

Comments
 (0)