Skip to content

Commit

Permalink
ENGCOM-6579: [Correct both Menu spacing issue] #26238
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirZaets authored Jan 14, 2020
2 parents 60621df + bf4ff0b commit 9852b58
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
display: block;
}
}
}
}
.header.links {
.lib-list-reset-styles();
border-bottom: 1px solid @color-gray82;
Expand All @@ -154,7 +154,7 @@
&.greet.welcome {
border-top: 1px solid @color-gray82;
font-weight: @font-weight__bold;
padding: .8rem @indent__base;
padding: .8rem @submenu__padding-left;
}

> a {
Expand All @@ -168,7 +168,7 @@
.lib-css(text-decoration, @navigation-level0-item__text-decoration);
display: block;
font-weight: @font-weight__bold;
padding: .8rem @indent__base;
padding: .8rem @submenu__padding-left;
}

.header.links {
Expand Down

0 comments on commit 9852b58

Please sign in to comment.