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.3-develop
Accepted Public Pull Requests: - magento#22643: Fixed typo issue and added missing header in customer sales order grid (by @vishal-7037) - magento#22720: Fixed:magento#22395 (by @satyaprakashpatel) - magento#22656: issues magento#22647 fixed, In customer account create page word not readable, should use '-' after break to new line In mobile view (by @cedarvinda) - magento#21992: magento#21473: Form element validation is not triggered when validation rules� (by @kisroman) - magento#19767: Prevent display of token when save for later is not selected (by @pmclain) - magento#22493: Update credit-card-number-validator.js (by @justin-at-bounteous) - magento#21744: Custom option type select - Allow modify list of single selection option types (by @ihor-sviziev) Fixed GitHub Issues: - magento#22641: Typo Issue and Missing header title at Customer Sales order grid (reported by @vishal-7037) has been fixed in magento#22643 by @vishal-7037 in 2.3-develop branch Related commits: 1. df3047b - magento#22395: config:set -le and -lc short form options don't work (reported by @MichaelThessel) has been fixed in magento#22720 by @satyaprakashpatel in 2.3-develop branch Related commits: 1. fbcfd11 2. 62cbf5b - magento#22647: In customer account create page word not readable, should use '-' after break to new line In mobile view (reported by @cedarvinda) has been fixed in magento#22656 by @cedarvinda in 2.3-develop branch Related commits: 1. 1ae8bf5 - magento#21473: Form element validation is not triggered when validation rules change (reported by @mam08ixo) has been fixed in magento#21992 by @kisroman in 2.3-develop branch Related commits: 1. 48e9760 2. d3e37b8 - magento#19515: Create new order from backend saves the credit card when it is told not to (reported by @justinharris1986) has been fixed in magento#19767 by @pmclain in 2.3-develop branch Related commits: 1. bbb386b 2. d93a9b5 3. 093af61
- Loading branch information
Showing
10 changed files
with
73 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,7 +80,7 @@ | |
.page-main { | ||
> .page-title-wrapper { | ||
.page-title { | ||
word-break: break-all; | ||
hyphens: auto; | ||
} | ||
} | ||
} | ||
|