timestamp line height

This commit is contained in:
Josh Hawkins 2024-02-21 08:04:34 -06:00
parent 786c86d027
commit 2dda228449

View File

@ -99,7 +99,7 @@ function Timestamp({
segmentKey, segmentKey,
}: TimestampSegmentProps) { }: TimestampSegmentProps) {
return ( return (
<div className="w-[36px] pl-[3px] h-2 flex justify-left items-top z-10"> <div className="w-[36px] pl-[3px] leading-[9px] h-2 flex justify-left items-top z-10">
{!isFirstSegmentInMinimap && !isLastSegmentInMinimap && ( {!isFirstSegmentInMinimap && !isLastSegmentInMinimap && (
<div <div
key={`${segmentKey}_timestamp`} key={`${segmentKey}_timestamp`}