Skip to content

Commit 83a6583

Browse files
committed
Merge branch 'develop' of github.com:devtron-labs/devtron-fe-common-lib into feature/application-template
2 parents 7e6bb24 + 11d97b7 commit 83a6583

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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": "1.9.6-beta-1",
3+
"version": "1.9.7",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Common/DeleteCINodeButton/DeleteCINodeButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ export const DeleteCINodeButton = ({
109109
placement: 'right',
110110
content: 'Delete Pipeline',
111111
}}
112+
fullWidth
112113
/>
113114
) : (
114115
<Button

0 commit comments

Comments
 (0)