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

Long URLs aren't boxed nicely on home page #17

Open
cdhunt opened this issue Jul 26, 2013 · 3 comments
Open

Long URLs aren't boxed nicely on home page #17

cdhunt opened this issue Jul 26, 2013 · 3 comments

Comments

@cdhunt
Copy link

cdhunt commented Jul 26, 2013

See example screenshot. The URL is inside a block quote.

>@jsnover 27 May
Thought PowerShell was done innovating with V3?  WRONG! Come to my super secret Monday 3:00 TechEd Session! <http://channel9.msdn.com/Events/TechEd/NorthAmerica/2013/MDC-B302#fbid=LVg3LBOESu4>

screenshot_072613_102818_am

@sleepyboy
Copy link
Contributor

You can add to your CSS as a solution:
.article-format {
word-wrap: break-word;
}

@cdhunt
Copy link
Author

cdhunt commented Jul 26, 2013

Perfect. Thank you.

I added to \sass\base\_theme.scss.

@AdrianArtiles
Copy link
Owner

thank you @sleepyboy doe the fix! I will get this added to the repo...

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

No branches or pull requests

3 participants