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

Tiny layout bug with long author email addresses #268

Closed
rafl opened this issue Aug 28, 2011 · 4 comments
Closed

Tiny layout bug with long author email addresses #268

rafl opened this issue Aug 28, 2011 · 4 comments

Comments

@rafl
Copy link
Contributor

rafl commented Aug 28, 2011

Viewing https://metacpan.org/author/MOOCOW on xulrunner 6.0, the author's email address on the left slightly overflows the width of the column, running over in the middle of the page.

I'm quite certain there's other authors with even longer email addresses, where this issue would be slightly more annoying when the email address and the name of a dist overlap.

@plu
Copy link
Contributor

plu commented Aug 28, 2011

We could just do this:

.account-bar {
  overflow: scroll;
}

@plu
Copy link
Contributor

plu commented Aug 31, 2011

Screenshot Scrollbar

...but it would give us an ugly scrollbar there.

@monken
Copy link
Contributor

monken commented Aug 31, 2011

Or using my ellipsis plugin:

ellipsis

@plu
Copy link
Contributor

plu commented Aug 31, 2011

that looks better :).

@monken monken closed this as completed in d828da5 Sep 1, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants