Skip to content

Commit bf4ff0b

Browse files
ENGCOM-6579: [Correct both Menu spacing issue] #26238
- Merge Pull Request #26238 from hitesh-wagento/magento2:menu-spacing-correct-hitesh - Merged commits: 1. 1fd2597 2. 636f03a 3. d3987e5 4. 0d8699c 5. ad71c04
2 parents 18c339e + ad71c04 commit bf4ff0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/design/frontend/Magento/blank/web/css/source/_navigation.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
display: block;
143143
}
144144
}
145-
}
145+
}
146146
.header.links {
147147
.lib-list-reset-styles();
148148
border-bottom: 1px solid @color-gray82;
@@ -154,7 +154,7 @@
154154
&.greet.welcome {
155155
border-top: 1px solid @color-gray82;
156156
font-weight: @font-weight__bold;
157-
padding: .8rem @indent__base;
157+
padding: .8rem @submenu__padding-left;
158158
}
159159

160160
> a {
@@ -168,7 +168,7 @@
168168
.lib-css(text-decoration, @navigation-level0-item__text-decoration);
169169
display: block;
170170
font-weight: @font-weight__bold;
171-
padding: .8rem @indent__base;
171+
padding: .8rem @submenu__padding-left;
172172
}
173173

174174
.header.links {

0 commit comments

Comments
 (0)