Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremythuff committed Oct 8, 2020
2 parents 146c143 + 53ad36e commit 1aec407
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions src/app/tl-header/tl-header.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,20 @@
left: 0;
z-index: 1100;
transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out;
div.mobile-menu-content {
wvr-nav-li > li.nav-item {
a {
white-space: nowrap;
}
.mobile-display tl-mega-menu-section-element,
.mobile-display tl-mega-menu-section {
white-space: nowrap;
}
tl-mega-menu > wvr-dropdown-element > .wvr-dropdown .dropdown wvr-button-element {
white-space: nowrap;
}
}
}
}

}
2 changes: 1 addition & 1 deletion src/app/tl-mega-menu/tl-mega-menu.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ describe('MegaMenuComponent', () => {
expect(component.menuXOffset)
.toBe(0);

tick(1000);
tick(10000);

expect(component.menuXOffset)
.toBeGreaterThan(0);
Expand Down

0 comments on commit 1aec407

Please sign in to comment.