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

fix(matrix): prevent long version names overflow the table #511

Conversation

ertrzyiks
Copy link
Contributor

@ertrzyiks ertrzyiks commented Oct 5, 2021

Make sure that the display version number is no longer than 50 characters to avoid content overflow

Related to #510

@bethesque
Copy link
Member

Just thinking, sometimes very long version numbers are the same at the start, but different at the end. How about we make this just a little smarter and include the last, I don't know, 10 chars at the end? <40 chars>...<10 chars>

@ertrzyiks ertrzyiks force-pushed the issue-510-limit-max-length-of-version branch from cf2cd04 to c2e32c5 Compare October 6, 2021 06:52
@ertrzyiks
Copy link
Contributor Author

@bethesque makes sense, I updated the code

@ertrzyiks ertrzyiks changed the title fix(matrix): prevent long version names overlfow the table fix(matrix): prevent long version names overflow the table Oct 6, 2021
@bethesque bethesque merged commit 3c27955 into pact-foundation:master Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants