File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ const StatusHeadingContainer = ({
52
52
< div className = "flexbox dc__content-space w-100" >
53
53
{ children }
54
54
55
- < div className = "flexbox dc__align-items-center dc__gap-4 " >
55
+ < div className = "flexbox dc__align-items-center dc__gap-8 " >
56
56
{ actionItem }
57
57
{ type === 'release' ? (
58
58
< Button
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ export const DeploymentStatusDetailRow = ({
182
182
< div className = "flexbox dc__align-items-center dc__gap-12 flex-grow-1" >
183
183
{ renderDeploymentTimelineIcon ( statusBreakDownType . icon ) }
184
184
< span className = "fs-13 flexbox dc__gap-6" >
185
- < span data-testid = "deployment-status-step-name" className = "dc__truncate" >
185
+ < span data-testid = "deployment-status-step-name" className = "dc__truncate flexbox " >
186
186
{ statusBreakDownType . displayText }
187
187
</ span >
188
188
{ statusBreakDownType . displaySubText && (
You can’t perform that action at this time.
0 commit comments