Skip to content

Commit 1c167a0

Browse files
committed
chore: Update package to 0.2.3-beta-2 and adjust styling in Artifacts component
1 parent d89046f commit 1c167a0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "0.2.3-beta-1",
3+
"version": "0.2.3-beta-2",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Shared/Components/CICDHistory/Artifacts.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ const Artifacts = ({
206206
)
207207
}
208208
return (
209-
<div className={`flex left column dc__gap-12 ${rootClassName ?? ''}`}>
209+
<div className={`flex left column dc__gap-12 dc__content-start ${rootClassName ?? ''}`}>
210210
{!isJobView && type !== HistoryComponentType.CD && (
211211
<CIListItem
212212
type="artifact"

0 commit comments

Comments
 (0)