Skip to content

Commit

Permalink
fix(storefront): BCTHEME-392 fixed line breaks on Dropdown Menu (bigc…
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-alexsaiannyi authored and sacr3dc0w committed Mar 31, 2021
1 parent eb17072 commit 1bd5069
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Draft
- Fixed line breaks on Dropdown menu display mode. [#1996](https://github.com/bigcommerce/cornerstone/pull/1996)
- Added notifications on Carousel's content cahnge through 'Next/Prev' buttons. [#1986](https://github.com/bigcommerce/cornerstone/pull/1986)

## 5.2.0 (02-22-2021)
Expand Down
3 changes: 2 additions & 1 deletion assets/scss/components/stencil/navPages/_navPages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,8 @@
}

.navPage-subMenu-item {
padding: spacing("half") 0;

@include breakpoint("medium") {
// scss-lint:disable ImportantRule
@include grid-column(3);
Expand Down Expand Up @@ -428,7 +430,6 @@
height: 100%;
width: 100%;
box-sizing: content-box;
padding: spacing("half") 0;
display: inline-block;
text-align: right;

Expand Down

0 comments on commit 1bd5069

Please sign in to comment.