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

Allow markdown table to scroll #4401

Merged
merged 5 commits into from
Jan 21, 2019
Merged

Commits on Jul 9, 2018

  1. Allow markdown table to scroll

    `overflow:auto` isn't effective when a table is wider than the container. Adding `display:block` fixes this issue.
    pgodwin authored Jul 9, 2018
    Configuration menu
    Copy the full SHA
    3731214 View commit details
    Browse the repository at this point in the history
  2. Update index.css

    pgodwin committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    68b43a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Configuration menu
    Copy the full SHA
    1e74243 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b92f5aa View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Configuration menu
    Copy the full SHA
    39856de View commit details
    Browse the repository at this point in the history