From 05f541475087dfc8ed0034c1fb25c41bcbd69f36 Mon Sep 17 00:00:00 2001 From: SevilleCode <51100173+SevilleCode@users.noreply.github.com> Date: Sat, 9 Oct 2021 22:52:18 -0400 Subject: [PATCH] Fix for content shift (issue 59) I took a look at the problem described in issue #59 and think I found the issue. It appears to be related to the white-space: nowrap value. I have disabled that value for now, and so far the problem seems to be resolved. If needed in the future, it can be re-enabled. --- src/scss/volt/layout/_sidenav.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scss/volt/layout/_sidenav.scss b/src/scss/volt/layout/_sidenav.scss index 6e31064..efb865a 100644 --- a/src/scss/volt/layout/_sidenav.scss +++ b/src/scss/volt/layout/_sidenav.scss @@ -18,9 +18,9 @@ max-width: 260px; } - .nav { + /*.nav { white-space: nowrap; - } + }*/ .nav-item { &.active {