Skip to content

Long text in RTL disappear #4967

@itayzemah

Description

@itayzemah

Im using a singleValue with these CSS:
color: rgb(35, 31, 32);
max-width: 100%;
overflow: hidden;
position: initial;
text-overflow: ellipsis;
white-space: nowrap;
top: 50%;
transform: none;
box-sizing: border-box;
font-family: Arimo;
font-size: 14px;
line-height: 20px;
margin: 0px;

When my BODY is RLT, and the above style is on, the text goes like it is LTR - so it not 'sit' in the
image

BUT(!), when I change the CSS manually from the devtools - uncheck and check again the white-space: nowrap;
the text shown.
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    awaiting-author-responseIssues or PRs waiting for more information from the authorissue/bug-unconfirmedIssues that describe a bug that hasn't been confirmed by a maintainer yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions