You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can I work on this issue or is anyone working on it?
@ParthMovaliya I assigned you to this issue. If you create a PR, I am happy to take a look 👍🏻. Please check out the CONTRIBUTING.md guidelines on how to test this project locally.
@ParthMovaliya whenever you implement this 1 thing to consider:
Just doing simple title.length > 10 ? truncate(title) : title might not work since if the title uses different locale like chinese it will cut the string too early.
@ParthMovaliya whenever you implement this 1 thing to consider:
Just doing simple title.length > 10 ? truncate(title) : title might not work since if the title uses different locale like chinese it will cut the string too early.
Describe the bug
The statistics card doesn't automatically adapt its width to display my name, nor does it wrap the text when unable to.
Expected behaviour
The entirety of the name should be presented by:
Screenshots / Live demo link
Additional context
Apologies for the broken issue layout. Don't know how to fix that yet.
The text was updated successfully, but these errors were encountered: