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

Increase header email column size, truncate email #1412

Merged
merged 2 commits into from
May 3, 2017

Commits on May 2, 2017

  1. Increase header email column size, truncate email

    **Why**: Currently, longer emails can break into multiple lines in the
    header.
    
    **How**: Increased column size for welcome message+email. Truncate very
    long emails. It was necessary to add a truncate wrapper class to the
    parent element, since we want to selectively truncate only a portion of
    the content, not the entire line.
    el-mapache committed May 2, 2017
    Configuration menu
    Copy the full SHA
    ec90560 View commit details
    Browse the repository at this point in the history
  2. Truncate content and mobile welcome banner

    **Why**: These could also overflow, or cause undesireable line breaks
    el-mapache committed May 2, 2017
    Configuration menu
    Copy the full SHA
    285a1a2 View commit details
    Browse the repository at this point in the history