-
Notifications
You must be signed in to change notification settings - Fork 192
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
Comments
Thanks @ioana-chiorean! I bet we could wrap it or something. @magsout? |
It's a very simple first bug. We just need to add .wc-Markdown a {
color: rgb(0, 0, 0);
text-decoration: underline;
word-wrap: break-word;
} |
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)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: