Skip to content

Commit

Permalink
Merge pull request #10199 from IgniteUI/navbar-title-flex-12x
Browse files Browse the repository at this point in the history
Use flex display for navbar title content
  • Loading branch information
kdinev authored Oct 1, 2021
2 parents 89543e9 + ce10b2b commit 519559b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@
margin: $navbar-title-margin;
flex-grow: 1;
user-select: text;
display: flex;
flex-direction: row
}

%igx-navbar-bundle {
Expand Down

0 comments on commit 519559b

Please sign in to comment.