forked from magento/magento2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔃 [EngCom] Public Pull Requests - 2.2-develop
Accepted Public Pull Requests: - magento#21357: [Backport] Removed direct use of SessionManager class, used SessionManagerInterface instead (by @mage2pratik) - magento#21202: [Backport] Issue fix magento#20010 Wrong price amount in opengraph (by @mage2pratik) - magento#20970: [backport] admin-store-view-label-not-alignment-2 (by @amol2jcommerce) - magento#21207: [Backport] disable add to cart until page load (by @amol2jcommerce) - magento#21344: [Backport] Added translation for comment tag (by @yogeshsuhagiya) - magento#21213: [backport] Focus not proper on configurable product swatches 2.2 (by @amol2jcommerce) - magento#21317: [Backport] Minimum Qty Allowed in Shopping Cart not working on related product (by @mageprince) - magento#20743: [Backport] bundle-product-radio-button-misalign (by @amol2jcommerce) Fixed GitHub Issues: - magento#19274: Why is SessionManager used instead of its Interface? (reported by @dyuk1987) has been fixed in magento#21357 by @mage2pratik in 2.2-develop branch Related commits: 1. f5df1a8 2. 737a79e - magento#20010: Wrong price amount in opengraph (reported by @jcourtei) has been fixed in magento#21202 by @mage2pratik in 2.2-develop branch Related commits: 1. 85cdc9d - magento#20518: On Bundle product radio button misalign (reported by @parag2jcommerce) has been fixed in magento#20743 by @amol2jcommerce in 2.2-develop branch Related commits: 1. f0032ee 2. 1a05beb 3. 927408d
- Loading branch information
Showing
14 changed files
with
75 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -236,6 +236,7 @@ | |
.store-view { | ||
&:not(.store-switcher) { | ||
float: left; | ||
margin-top: 13px; | ||
} | ||
|
||
.store-switcher-label { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters