Merge pull request #64 from ok2/codex/fix-visibility-of-labels-in-detail-view

This commit is contained in:
Kiyomichi Kosaka
2025-06-20 07:55:49 +02:00
committed by GitHub
+3 -2
View File
@@ -403,7 +403,8 @@
height: 400px;
border-left: 2px solid #00ffff;
margin-left: 40px;
overflow: hidden;
overflow-x: visible;
overflow-y: hidden;
}
.timeline-block {
@@ -425,7 +426,7 @@
padding: 2px 4px;
color: #fff;
font-size: 0.7em;
overflow: hidden;
overflow: visible;
white-space: nowrap;
}