Skip to content

Commit 4def3b8

Browse files
authored
Merge pull request #151 from PRO-Robotech/feature/dev
fix sidebar els width | purge arr elements after deletion | relative path in lists
2 parents 31b93d4 + 3a8b067 commit 4def3b8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 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
@@ -20,7 +20,7 @@
2020
"@ant-design/icons": "5.6.0",
2121
"@monaco-editor/react": "4.6.0",
2222
"@originjs/vite-plugin-federation": "1.3.6",
23-
"@prorobotech/openapi-k8s-toolkit": "0.0.1-alpha.143",
23+
"@prorobotech/openapi-k8s-toolkit": "0.0.1-alpha.144",
2424
"@readme/openapi-parser": "4.0.0",
2525
"@reduxjs/toolkit": "2.2.5",
2626
"@tanstack/react-query": "5.62.2",

src/components/molecules/ManageableSidebar/styled.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const Container = styled.div<TContainerProps>`
7171
}
7272
7373
&& .ant-menu-sub .ant-menu-item.ant-menu-item-selected {
74-
width: 225px;
74+
width: 214px;
7575
margin-left: 25px !important;
7676
padding-left: 23px !important;
7777
transition: padding 0s;

0 commit comments

Comments
 (0)