Merge pull request #64 from ok2/codex/fix-visibility-of-labels-in-detail-view
This commit is contained in:
commit
b2d8754c7e
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user