Skip to content

Commit 0ebe2cd

Browse files
authored
Merge pull request #10200 from IgniteUI/navbar-title-flex-master
Use flex display for navbar title content
2 parents c7f70c9 + a367ab7 commit 0ebe2cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@
122122
margin: $navbar-title-margin;
123123
flex-grow: 1;
124124
user-select: text;
125+
display: flex;
126+
flex-direction: row
125127
}
126128

127129
%igx-navbar-bundle {

0 commit comments

Comments
 (0)