Skip to content

Commit a3a3bdd

Browse files
committed
chore: Update package version to 0.2.6-beta-9
1 parent d8af35d commit a3a3bdd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.6-beta-8",
3+
"version": "0.2.6-beta-9",
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
@@ -70,7 +70,7 @@ export const CIListItem = ({
7070
return (
7171
<>
7272
{type === 'deployed-artifact' && (
73-
<div className="flex dc__width-inherit">
73+
<div className="flex dc__width-inherit pb-12">
7474
<div className="w-50 text-underline-dashed-300" />
7575
<Down className="icon-dim-16 ml-8 mr-8" style={{ transform: 'rotate(90deg)' }} />
7676
<div className="w-50 text-underline-dashed-300" />

src/Shared/Components/CICDHistory/History.components.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export const GitChanges = ({
161161
) : null
162162
})}
163163
{artifact && (
164-
<div className="history-component__artifact flex left column dc__gap-12">
164+
<div className="history-component__artifact flex left column">
165165
<CIListItem
166166
type="deployed-artifact"
167167
userApprovalMetadata={userApprovalMetadata}

0 commit comments

Comments
 (0)