We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c05ce08 + 58701dc commit d05661fCopy full SHA for d05661f
2 files changed
WebSite/assets/css/base.css
@@ -89,6 +89,7 @@ body {
89
flex-direction: column;
90
overflow-wrap: break-word; /* 長い単語の折り返し */
91
word-break: break-word; /* 長い単語の折り返し(互換性) */
92
+ overflow-x: hidden;
93
}
94
95
h1,
WebSite/assets/css/blog.css
@@ -708,6 +708,7 @@
708
margin: 0;
709
max-height: calc(100vh - 12rem);
710
overflow-y: auto;
711
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