diff --git a/client/src/components/book-navigation/ContentNavigation.vue b/client/src/components/book-navigation/ContentNavigation.vue index b10e19d2..a2ddb552 100644 --- a/client/src/components/book-navigation/ContentNavigation.vue +++ b/client/src/components/book-navigation/ContentNavigation.vue @@ -171,7 +171,9 @@ export default { display: none; flex-direction: row; - @include desktop { + //@include desktop + // Overwrite desktop breakpoint, with time2learn link enabled navigation items start to wrap + @media (min-width: 1300px) { display: flex; } }