Skip to content

Commit 2647f68

Browse files
committed
refactor: Adjust gap spacing in StatusHeadingContainer and DeploymentStatusDetailRow for improved layout consistency
1 parent d4defa6 commit 2647f68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Shared/Components/AppStatusModal/AppStatusBody.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const StatusHeadingContainer = ({
5252
<div className="flexbox dc__content-space w-100">
5353
{children}
5454

55-
<div className="flexbox dc__align-items-center dc__gap-4">
55+
<div className="flexbox dc__align-items-center dc__gap-8">
5656
{actionItem}
5757
{type === 'release' ? (
5858
<Button

src/Shared/Components/CICDHistory/DeploymentStatusDetailRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export const DeploymentStatusDetailRow = ({
182182
<div className="flexbox dc__align-items-center dc__gap-12 flex-grow-1">
183183
{renderDeploymentTimelineIcon(statusBreakDownType.icon)}
184184
<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">
186186
{statusBreakDownType.displayText}
187187
</span>
188188
{statusBreakDownType.displaySubText && (

0 commit comments

Comments
 (0)