Skip to content

Commit 6d884af

Browse files
author
y-yamasaki
committed
blog.css変更
1 parent 8e6cb25 commit 6d884af

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

WebSite/assets/css/blog.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,7 @@
708708
margin: 0;
709709
max-height: calc(100vh - 12rem);
710710
overflow-y: auto;
711+
overflow-x: hidden;
711712
}
712713

713714
.toc-item {
@@ -721,6 +722,9 @@
721722
line-height: 1.5;
722723
transition: var(--transition-smooth);
723724
display: block;
725+
white-space: nowrap;
726+
overflow: hidden;
727+
text-overflow: ellipsis;
724728
}
725729

726730
.toc-item a:hover {

0 commit comments

Comments
 (0)