Skip to content

Commit

Permalink
[BUGFIX] add word wrap behavior for subnavigation items (#422)
Browse files Browse the repository at this point in the history
* [BUGFIX] add word wrap behavior for subnavigation items

* update css/less
  • Loading branch information
dkd-oertel authored and dmh committed Jun 21, 2018
1 parent 13c03d9 commit fdda947
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Resources/Public/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Resources/Public/less/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -8473,6 +8473,9 @@ div.awesomplete li[aria-selected="true"] mark {
border: 1px solid shade(@sub-navigation-border, 5%);
border-width: 0 0 1px;
font-size: 15px;
hyphens: auto;
// ie11 and edge hyphens polyfill
word-wrap: break-word;
}

@media (min-width: @screen-lg-min) {
Expand Down
3 changes: 3 additions & 0 deletions felayout_t3kit/dev/styles/main/nav/subNavigation.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
border: 1px solid shade(@sub-navigation-border, 5%);
border-width: 0 0 1px;
font-size: 15px;
hyphens: auto;
// ie11 and edge hyphens polyfill
word-wrap: break-word;
}

@media (min-width: @screen-lg-min) {
Expand Down

0 comments on commit fdda947

Please sign in to comment.