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

The name wraps on the user profile #134

Open
pokoli opened this issue Mar 25, 2015 · 6 comments · Fixed by #140
Open

The name wraps on the user profile #134

pokoli opened this issue Mar 25, 2015 · 6 comments · Fixed by #140

Comments

@pokoli
Copy link

pokoli commented Mar 25, 2015

One image values more than a hundred of words:
trackdons

See: http://trackdons.org/es/users/32

I see it correctly on lower windows sizes, but not on the larger ones.

@malditojavi
Copy link
Contributor

Let me try later today to do a pull request, first time collaborating in an open-source and I don't want to mess it up 😁

#nav_personal > ul > li:nth-child(1) {width: 160px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: top; }

screen shot 2015-03-26 at 21 19 48
screen shot 2015-03-26 at 21 20 02

header h1 { font-size: 28px; margin: 0 0 0 72px; width: 360px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: top;}

screen shot 2015-03-26 at 21 35 13
screen shot 2015-03-26 at 21 35 25

@furilo
Copy link
Member

furilo commented Mar 30, 2015

Go for it @malditojavi ! ;)

@malditojavi
Copy link
Contributor

Followed the steps in the readme file, after git push origin truncate-username, I get that and no way to get beyond it - advice?

trackdons git:(truncate-username) git push origin truncate-username
ERROR: Permission to TrackDons/trackdons.git denied to malditojavi.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

@pokoli
Copy link
Author

pokoli commented Apr 5, 2015

@malditojavi you have to create a Pull Request as explained https://help.github.com/articles/using-pull-requests/

@ferblape
Copy link

ferblape commented Apr 7, 2015

@malditojavi so sorry, but @pokoli is correct, we use a Fork & pull model:

The fork & pull model lets anyone fork an existing repository and push changes to their personal fork without requiring access be granted to the source repository. The changes must then be pulled into the source repository by the project maintainer. This model reduces the amount of friction for new contributors and is popular with open source projects because it allows people to work independently without upfront coordination.

You need to use the button to fork:

screen shot 2015-04-07 at 08 22 54

I'm going to update the README right now to make it clear.

@nobuti
Copy link
Contributor

nobuti commented Apr 9, 2015

I'm reopening it, there are some issues if you visit a donation unlogged.

screen shot 2015-04-09 at 18 48 55

@nobuti nobuti reopened this Apr 9, 2015
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 a pull request may close this issue.

5 participants