Skip to content

Newsletter subscribe button title wrapped #12320

Closed
@gilles6

Description

@gilles6

Preconditions

  1. Magento 2.2.1
  2. 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.
screen shot 2017-11-17 at 16 37 12

Actual result

The Chinese word "订阅" is wrapped in two lines.
screen shot 2017-11-17 at 16 36 56

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

Labels

Fixed in 2.1.xThe issue has been fixed in 2.1 release lineFixed in 2.2.xThe issue has been fixed in 2.2 release lineFixed in 2.3.xThe issue has been fixed in 2.3 release lineIssue: Clear DescriptionGate 2 Passed. Manual verification of the issue description passedIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedIssue: Format is validGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentReproduced on 2.1.xThe issue has been reproduced on latest 2.1 releaseReproduced on 2.2.xThe issue has been reproduced on latest 2.2 releaseReproduced on 2.3.xThe issue has been reproduced on latest 2.3 release

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions