We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e6cb25 commit 6d884afCopy full SHA for 6d884af
1 file changed
WebSite/assets/css/blog.css
@@ -708,6 +708,7 @@
708
margin: 0;
709
max-height: calc(100vh - 12rem);
710
overflow-y: auto;
711
+ overflow-x: hidden;
712
}
713
714
.toc-item {
@@ -721,6 +722,9 @@
721
722
line-height: 1.5;
723
transition: var(--transition-smooth);
724
display: block;
725
+ white-space: nowrap;
726
+ overflow: hidden;
727
+ text-overflow: ellipsis;
728
729
730
.toc-item a:hover {
0 commit comments