Skip to content

Commit d011955

Browse files
authored
Merge pull request #483 from kne-union/release
Release
2 parents d3e5186 + c45d749 commit d011955

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kne-components/components-core",
3-
"version": "0.4.6",
3+
"version": "0.4.7",
44
"files": [
55
"build"
66
],

src/components/Navigation/style.module.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
}
107107

108108
.main-menu {
109-
padding: 0 160px;
109+
110110
}
111111

112112
.navigation-logo {
@@ -119,6 +119,7 @@
119119
}
120120

121121
.navigation-list {
122+
padding: 0 160px;
122123
margin-left: calc(var(--nav-height) - 16px);
123124

124125
:global(.ant-menu) {

0 commit comments

Comments
 (0)