Closed
Description
Preconditions
- Magento 2.2.1
- PHP 7.1
Steps to reproduce
Set the newsletter subscribe button's title with at least two Chinese characters (either by changing it with your browser's Developer Tool or by switching the CMS language to Chinese), for instance "订阅".
Expected result
The two characters of the Chinese word "订阅" should be written in the same line.
Actual result
The Chinese word "订阅" is wrapped in two lines.
I fixed the issue temporarily by adding the following CSS in the file web/css/source/_extend.less
of my custom theme.
button.action.subscribe.primary {
white-space: nowrap;
}
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.1 release lineThe issue has been fixed in 2.2 release lineThe issue has been fixed in 2.3 release lineGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.1 releaseThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 release