Skip to content

Commit 6ee7b5c

Browse files
committed
fix: positioning for action menus
1 parent 5b43c43 commit 6ee7b5c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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
}

0 commit comments

Comments
 (0)