Skip to content

Commit 164b91f

Browse files
authored
fix: added fix to excess white space issue (#57)
1 parent f428dc3 commit 164b91f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/js/sidebar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ function handleInitialCollapse() {
1818
title: "Hide sidebar navigation",
1919
});
2020
$(".sidenav").css("max-width", "100%");
21+
$(".content").addClass("sidebar-content-collapsed-width");
2122
$("#sidebar-wrapper").addClass("hide-sidebar-border");
2223
}
2324
}

0 commit comments

Comments
 (0)