Skip to content

Commit d8560a2

Browse files
committed
fix: Timeline react ui has vertical gaps in spine characters
Signed-off-by: Nick Mitchell <[email protected]>
1 parent 2f2c690 commit d8560a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pdl-live-react/src/view/timeline/Timeline.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@
1212

1313
.pdl-timeline-cell {
1414
display: table-cell;
15-
vertical-align: middle;
15+
vertical-align: bottom;
1616

1717
&[data-cell="kind"] {
1818
height: var(--pdl-t-h);
1919
line-height: var(--pdl-t-h);
2020
.pdl-mono {
2121
white-space: pre;
22+
font-size: 1.3em; /* oof, the masonry-index (below) needs a bit more height */
2223
}
2324
}
2425
&[data-cell="bar"] {

0 commit comments

Comments
 (0)