Removed max-width from version class#223
Open
cesardeazevedo wants to merge 1 commit intonpms-io:masterfrom
cesardeazevedo:master
Open
Removed max-width from version class#223cesardeazevedo wants to merge 1 commit intonpms-io:masterfrom cesardeazevedo:master
cesardeazevedo wants to merge 1 commit intonpms-io:masterfrom
cesardeazevedo:master
Conversation
It's a little bit annoying to see if a version has more length than usual, beta versions (`1.0.0-beta.20`) is truncated to (1.0.0-b...) This commit removes the max-width entirely
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi, i like the project, it was just a little bit annoying to check some versions that are truncated by the text-overflow ellipsis, which usually happens on beta or alpha version.
eg.:
1.0.0-beta.20truncated to1.0.0-b...