Skip to content

Commit 9dd0ded

Browse files
authored
Merge pull request #634 from devtron-labs/fix/modern-layout
fix: ui issues with modern layout and remove feature flag
2 parents 93f3afb + c019725 commit 9dd0ded

File tree

5 files changed

+9
-13
lines changed

5 files changed

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

src/Shared/Components/Header/HeaderWithCreateButton/HeaderWithCreateButton.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
.create-modal-wrapper {
1818
position: fixed;
19-
right: 24px;
20-
top: 50px;
19+
right: 33px;
20+
top: 59px;
2121
overflow: hidden;
2222

2323
.create-modal-child {

src/Shared/Components/Header/pageHeader.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
*/
1616

1717
.help-card__more-option {
18-
top: 42px;
19-
right: 56px;
18+
top: 51px;
19+
right: 65px;
2020
}
2121

2222
.help-card__more-option.k8s-client-view {
@@ -25,6 +25,6 @@
2525
}
2626

2727
.logout-card__more-option {
28-
top: 42px;
29-
right: 20px;
28+
top: 51px;
29+
right: 29px;
3030
}

src/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,6 @@ export interface customEnv {
101101
* @default false
102102
*/
103103
FEATURE_CODE_MIRROR_ENABLE?: boolean
104-
/**
105-
* If true, the experimental layout feature is enabled
106-
*/
107-
FEATURE_EXPERIMENTAL_MODERN_LAYOUT_ENABLE?: boolean
108104
// ================== Feature flags for the enterprise release ==================
109105
/**
110106
* If true, only pipelines to which the user has access will be shown across the application

0 commit comments

Comments
 (0)