-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Long text in RTL disappear #4967
Copy link
Copy link
Open
Labels
awaiting-author-responseIssues or PRs waiting for more information from the authorIssues or PRs waiting for more information from the authorissue/bug-unconfirmedIssues that describe a bug that hasn't been confirmed by a maintainer yetIssues that describe a bug that hasn't been confirmed by a maintainer yet
Metadata
Metadata
Assignees
Labels
awaiting-author-responseIssues or PRs waiting for more information from the authorIssues or PRs waiting for more information from the authorissue/bug-unconfirmedIssues that describe a bug that hasn't been confirmed by a maintainer yetIssues that describe a bug that hasn't been confirmed by a maintainer yet
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

BUT(!), when I change the CSS manually from the devtools - uncheck and check again the

white-space: nowrap;the text shown.