Skip to content

Commit 488914b

Browse files
committed
fix: add padding to execution started section in TriggerOutput component
1 parent f1c126a commit 488914b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Components/CICDHistory/TriggerOutput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ export const TriggerDetails = React.memo(
564564
/>
565565

566566
{executionInfo?.executionStartedOn && (
567-
<div className="w-100 pr-20 flexbox dc__gap-8">
567+
<div className="w-100 pr-20 flexbox dc__gap-8 pt-12">
568568
<h3 className="m-0 cn-9 fs-13 fw-6 lh-20">Execution started</h3>
569569

570570
<time className="cn-7 fs-13">

0 commit comments

Comments
 (0)