all-contributors / all-contributors/cli

Table cells widths are uneven.

Open
#173 23 comments 1 reaction 0 assignees View on GitHub
pinned priority: high status: available type: bug
Dominant language
JavaScript
Stars
425
Forks
149
PR merge metrics
No merged PRs in 30d

Description

Problem description: on small screens table cells have uneven widths which looks odd.

![Screenshot from 2019-03-11 11-37-06](https://user-images.githubusercontent.com/8136211/54117863-0bc33580-43f2-11e9-8ec3-d9bf452e0b62.png)

This seems to be related to the length of the username and word wrapping.

Reproduction repository: https://github.com/ehmicky/portable-node-guide

Must be looked at on a smartphone.

- `all-contributors-cli` version: `6.1.2`
- `node` version: `11.11.0`
- `npm` (or `yarn`) version: `6.9.0`

Relevant code or config

```javascript
{
"projectName": "portable-node-guide",
"projectOwner": "ehmicky",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"contributors": [
{
"login": "ehmicky",
"name": "ehmicky",
"avatar_url": "https://avatars2.githubusercontent.com/u/8136211?v=4",
"profile": "https://twitter.com/ehmicky",
"contributions": [
"code",
"design",
"ideas",
"doc"
]
},
{
"login": "thatalextaylor",
"name": "thatalextaylor",
"avatar_url": "https://avatars3.githubusercontent.com/u/1481643?v=4",
"profile": "https://github.com/thatalextaylor",
"contributions": [
"ideas",
"doc"
]
},
{
"login": "bnoordhuis",
"name": "Ben Noordhuis",
"avatar_url": "https://avatars0.githubusercontent.com/u/275871?v=4",
"profile": "https://github.com/bnoordhuis",
"contributions": [
"ideas",
"doc"
]
},
{
"login": "SteveALee",
"name": "Steve Lee",
"avatar_url": "https://avatars2.githubusercontent.com/u/618922?v=4",
"profile": "http://opendirective.com",
"contributions": [
"ideas",
"doc",
"talk"
]
},
{
"login": "tracker1",
"name": "Michael J. Ryan",
"avatar_url": "https://avatars3.githubusercontent.com/u/444316?v=4",
"profile": "http://tracker1.info/",
"contributions": [
"ideas"
]
}
],
"contributorsPerLine": 7
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.