Skip to content

WWSympa: Misleading line folding in the tooltip #1262

Description

@ikedas

Version

At least 6.2.34 to 6.2.66

Installation method

Any

Expected behavior

On import function, example of inputs shown in the tooltip should be email and name in each single line, such as:

en-US:

image

es:

image

hu:

image

Actual behavior

With some language environments, misleading line foldings are inserted in the example, like:

ja:

image

ru:

image

zh-CN:

image

Additional information

The max-width of tooltip widget is defined in the CSS of Foundation 6:

.tooltip {
position: absolute;
top: calc(100% + 0.6495rem);
z-index: 1200;
max-width: 10rem;
padding: 0.75rem;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions