We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d6c0f6 commit 402eb9cCopy full SHA for 402eb9c
source/css/_common/components/sidebar/sidebar-toc.styl
@@ -33,7 +33,7 @@
33
.post-toc .nav-item {
34
overflow: hidden;
35
text-overflow: ellipsis;
36
- white-space: nowrap;
+ white-space: nowrap if !hexo-config('toc.wrap');
37
line-height: 1.8;
38
}
39
0 commit comments