We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the Label component trims text after 1 line if text overflows due to those styles
overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
I would like to have the option to disable cutting text and instead to make the text wrapping
There is a business justification. For example, when cropping text will change the meaning like here
The text was updated successfully, but these errors were encountered:
coderitual
No branches or pull requests
Problem
Currently, the Label component trims text after 1 line if text overflows due to those styles
Solution
I would like to have the option to disable cutting text and instead to make the text wrapping
Context
There is a business justification. For example, when cropping text will change the meaning like here
The text was updated successfully, but these errors were encountered: