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

Prevents long URLs from breaking the layout. #42

Closed
wants to merge 1 commit into from
Closed

Prevents long URLs from breaking the layout. #42

wants to merge 1 commit into from

Commits on Jul 14, 2015

  1. Prevents long URLs from breaking the layout.

    Re: #29
    
    This commit changes the `span.link-text` element to a block layout,
    which allows us to apply the CSS `text-overflow: ellipsis;` rule to
    long URLs. I've also removed the now unnecessary <br> tag in the post
    template, as block layout elements do not require manual line breaks.
    Kyle Dreger committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    d490c17 View commit details
    Browse the repository at this point in the history