diff --git a/client/src/components/book-navigation/ContentNavigation.vue b/client/src/components/book-navigation/ContentNavigation.vue index a2ddb552..e8967e39 100644 --- a/client/src/components/book-navigation/ContentNavigation.vue +++ b/client/src/components/book-navigation/ContentNavigation.vue @@ -164,6 +164,7 @@ export default { &__link { padding: 0 24px; @include navigation-link; + white-space: nowrap; } &__primary, @@ -171,9 +172,7 @@ export default { display: none; flex-direction: row; - //@include desktop - // Overwrite desktop breakpoint, with time2learn link enabled navigation items start to wrap - @media (min-width: 1300px) { + @include desktop { display: flex; } }