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
I'm using this package to resolved issue IE 11 cant handle text-overflow: ellipsis. But on develop progress, i found an issue. The ellipsis still display although i set line truncate is more than 1 (in my case is 2) please check this img
and here is my code in this component <Text lg headerText> <Truncate lines={2}> {challenge.name} </Truncate> </Text>
The text was updated successfully, but these errors were encountered:
i have found problem in here, look like react-truncate is fixed font && font size of text so i suggest just add prop fontText to react-truncate to handle this issue. Like this
I'm using this package to resolved issue IE 11 cant handle text-overflow: ellipsis. But on develop progress, i found an issue. The ellipsis still display although i set line truncate is more than 1 (in my case is 2) please check this img
and here is my code in this component
<Text lg headerText> <Truncate lines={2}> {challenge.name} </Truncate> </Text>
The text was updated successfully, but these errors were encountered: