Make timeline background full height even when empty (#1720)
This commit is contained in:
@@ -79,7 +79,7 @@ function WorkflowRunTimeline({
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ScrollArea>
|
<ScrollArea>
|
||||||
<ScrollAreaViewport className="max-h-[37rem]">
|
<ScrollAreaViewport className="h-[37rem] max-h-[37rem]">
|
||||||
<div className="space-y-4">
|
<div className="space-y-4">
|
||||||
{workflowRunIsNotFinalized && (
|
{workflowRunIsNotFinalized && (
|
||||||
<div
|
<div
|
||||||
|
|||||||
Reference in New Issue
Block a user