Skip to content

Commit

Permalink
Fix timeline height for profiles without GeckMain
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Castro committed Jul 30, 2019
1 parent e2971b4 commit 5c06d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/timeline/GlobalTrack.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class GlobalTrackComponent extends PureComponent<Props> {
<div
className="timelineTrackThreadBlank"
style={{
'--timeline-track-thread-blank-height': TRACK_PROCESS_BLANK_HEIGHT,
'--timeline-track-thread-blank-height': `${TRACK_PROCESS_BLANK_HEIGHT}px`,
}}
/>
);
Expand Down

0 comments on commit 5c06d21

Please sign in to comment.