Skip to content

Commit d05661f

Browse files
author
y-yamasaki
committed
Merge branch 'develop'
2 parents c05ce08 + 58701dc commit d05661f

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

WebSite/assets/css/base.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ body {
8989
flex-direction: column;
9090
overflow-wrap: break-word; /* 長い単語の折り返し */
9191
word-break: break-word; /* 長い単語の折り返し(互換性) */
92+
overflow-x: hidden;
9293
}
9394

9495
h1,

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)