-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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.3-develop
Accepted Public Pull Requests: - #20754: Fixed spelling mistakes in comment (by @cedmudit) - #20605: Gift-option-message-overlap-edit-and-remove-button ::Gift option mess… (by @ajay2jcommerce) - #20615: Fixed Minicart close button overlapping (by @mage2pratik) - #20630: Empty block rendering in My Account page sidebar fixed using designing changes. (by @mage2pratik) - #20625: Update Filter.php fix issue #20624 (by @irajneeshgupta) - #20218: Wishlist-alignment-issue-at-mobile (by @priti2jcommerce) - #20144: Fixed apply discount button alignment on checkout page (by @cedarvinda) - #20059: Typo Fixed in code. (by @adityayadav-cedcoss) - #19334: [Forwardport]Fix issue port 19328 - Success Message Icon vertically misaligned in admin panel (by @speedy008) Fixed GitHub Issues: - #20604: Gift option message overlap edit and remove button (reported by @ajay2jcommerce) has been fixed in #20605 by @ajay2jcommerce in 2.3-develop branch Related commits: 1. 93b34b0 - #20614: Minicart close button overlapping in shipping address section whenever any user open minicart in mobile view on the checkout page (reported by @mage2pratik) has been fixed in #20615 by @mage2pratik in 2.3-develop branch Related commits: 1. e9c1157 - #19139: Empty block rendering in My Account page sidebar (reported by @rafaelstz) has been fixed in #20630 by @mage2pratik in 2.3-develop branch Related commits: 1. 21567eb - #20624: `\Magento\ImportExport\Block\Adminhtml\Export\Filter::_getSelectHtmlWithValue()` method overwrites self $value argument (reported by @andkirby) has been fixed in #20625 by @irajneeshgupta in 2.3-develop branch Related commits: 1. 7e46917 2. de2010c - #20137: On checkout page apply discount button is not align with input box (reported by @nainesh2jcommerce) has been fixed in #20144 by @cedarvinda in 2.3-develop branch Related commits: 1. 4441124 2. fe78cec 3. 2b9366f - #19328: Success Message Icon vertically misaligned in admin panel (reported by @speedy008) has been fixed in #19334 by @speedy008 in 2.3-develop branch Related commits: 1. 6be4ebf 2. 0cabc15 3. 67c59ec 4. da33798
- Loading branch information
Showing
16 changed files
with
58 additions
and
37 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -350,7 +350,7 @@ | |
.product { | ||
&-item { | ||
&-checkbox { | ||
left: 20px; | ||
left: 0; | ||
position: absolute; | ||
top: 20px; | ||
} | ||
|
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 |
---|---|---|
|
@@ -429,7 +429,7 @@ | |
.product { | ||
&-item { | ||
&-checkbox { | ||
left: 20px; | ||
left: 0; | ||
position: absolute; | ||
top: 20px; | ||
} | ||
|
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 |
---|---|---|
|
@@ -58,7 +58,7 @@ | |
|
||
.modal-custom { | ||
.action-close { | ||
.lib-css(margin, @indent__m); | ||
.lib-css(margin, 15px); | ||
} | ||
} | ||
|
||
|