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
commit b2d8754c7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -403,7 +403,8 @@
height: 400px; height: 400px;
border-left: 2px solid #00ffff; border-left: 2px solid #00ffff;
margin-left: 40px; margin-left: 40px;
overflow: hidden; overflow-x: visible;
overflow-y: hidden;
} }
.timeline-block { .timeline-block {
@ -425,7 +426,7 @@
padding: 2px 4px; padding: 2px 4px;
color: #fff; color: #fff;
font-size: 0.7em; font-size: 0.7em;
overflow: hidden; overflow: visible;
white-space: nowrap; white-space: nowrap;
} }