Skip to content
New issue

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

If many number using text, don't work #101

Closed
JEONGSSO opened this issue Apr 15, 2022 · 1 comment
Closed

If many number using text, don't work #101

JEONGSSO opened this issue Apr 15, 2022 · 1 comment

Comments

@JEONGSSO
Copy link

Example

<LineEllipsis 
    trimRight
    basedOn="letters"
    maxLine={2}
    text={'12312312dd213123121232131ddd23123123213'} // text overflow
/>

overflow text red box

image

@loki-mfxdev
Copy link

You can try to add styles :

width: '100%',
overflowWrap: 'anywhere',

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

No branches or pull requests

3 participants