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

Fixed button wrapping behavior on mobile #921

Merged
merged 5 commits into from
Sep 2, 2018
Merged

Fixed button wrapping behavior on mobile #921

merged 5 commits into from
Sep 2, 2018

Commits on Aug 27, 2018

  1. fixed button wrapping behavior

    previous+next buttons with long text now stack properly on smaller screens
    jaril committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    3ce99f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. truncates function/component names of prev/next buttons

    Function/component names are truncated, while regular titles are wrapped
    jaril committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    f9151ca View commit details
    Browse the repository at this point in the history
  2. removed unused styles

    jaril committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    8555899 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bba37b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. fixed using idx (safe getter) for previous/next titles

    passed through prettier and all tests pass
    jaril committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    320fde7 View commit details
    Browse the repository at this point in the history