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

Improve word wrapping in summary list component #1220

Merged
merged 3 commits into from
Mar 1, 2019

Commits on Feb 22, 2019

  1. Improve summary list extreme example

    Use readable English to better highlight any issues with wrapping
    NickColley committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    d6c2252 View commit details
    Browse the repository at this point in the history
  2. Add longer example to check your answers

    Check how wrapping behaves in the context we expect.
    NickColley committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    a76f22a View commit details
    Browse the repository at this point in the history
  3. Update word wrapping to use overflow-wrap

    In order to use overflow-wrap with table CSS we need to use a fixed layout.
    
    This means we can't rely on a table's automatic resizing, so we have to compromise
    with a larger 'actions' column that we have before.
    NickColley committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    d890acf View commit details
    Browse the repository at this point in the history