Skip to content

Commit 23cde53

Browse files
committed
css fixes
1 parent 3cdb641 commit 23cde53

File tree

6 files changed

+180
-168
lines changed

6 files changed

+180
-168
lines changed

src/Shared/Components/ArtifactInfoModal/ArtifactInfoModal.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const ArtifactInfoModal = ({
9797
}}
9898
>
9999
{isArtifactInfoAvailable ? (
100-
<div className="select-material">
100+
<div className="select-material p-16 flexbox-col dc__gap-12">
101101
{artifactInfo.materials.map((material) => (
102102
<MaterialHistory material={material} pipelineName="" key={material.id} />
103103
))}

src/Shared/Components/CICDHistory/Artifacts.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ const Artifacts = ({
215215
)
216216
}
217217
return (
218-
<div className={`flex left column p-16 ${jobCIClass ?? ''}`}>
218+
<div className={`flex left column ${jobCIClass ?? ''}`}>
219219
{!isJobView && type !== HistoryComponentType.CD && (
220220
<CIListItem
221221
type="artifact"

0 commit comments

Comments
 (0)