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

Ugly Thumbnail when there is a long url #1264

Closed
ioana-chiorean opened this issue Jan 4, 2017 · 3 comments
Closed

Ugly Thumbnail when there is a long url #1264

ioana-chiorean opened this issue Jan 4, 2017 · 3 comments

Comments

@ioana-chiorean
Copy link
Contributor

After I've logged this: webcompat/web-bugs#4095 I got to see the thumbnail in Fennec. Not nice.

Not sure if we can make anything about it but I though to log it in.

photo_2017-01-04_17-42-48

@miketaylr
Copy link
Member

Thanks @ioana-chiorean! I bet we could wrap it or something. @magsout?

@karlcow
Copy link
Member

karlcow commented Jan 6, 2017

It's a very simple first bug.

We just need to add word-wrap: break-word;

.wc-Markdown a {
	color: rgb(0, 0, 0);
	text-decoration: underline;
	word-wrap: break-word;
}

@karlcow
Copy link
Member

karlcow commented Jan 6, 2017

The code to modify:

  /* link */
  .wc-Markdown a {
    color: var(--Markdown-color);
    text-decoration: underline;
}

ioana-chiorean added a commit to ioana-chiorean/webcompat.com that referenced this issue Jan 9, 2017
Ugly Thumbnail when there is a long url webcompat#1264
Fixes thumbnail url webcompat#1264 (I hope)
miketaylr pushed a commit that referenced this issue Jan 13, 2017
Ugly Thumbnail when there is a long url #1264
Fixes thumbnail url #1264 (I hope)
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