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

fix(input): horizontal overflow in IE and Edge #2784

Merged
merged 8 commits into from
Feb 9, 2017

Commits on Jan 24, 2017

  1. fix(input): horizontal overflow in IE and Edge

    Currently input labels are set to 133% width and are scaled down to fit into their container. This works fine in most browsers, however it causes horizontal overflows on IE and Edge, because they don't consider the `transform` when determining whether an element overflows. This change fixes it by hiding all of the overflowing content.
    crisbeto committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    e8af211 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2017

  1. Configuration menu
    Copy the full SHA
    413d691 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into ie-input-overflow

    # Conflicts:
    #	src/lib/input/input.scss
    crisbeto committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    44c4a72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d9b77a View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2017

  1. Merge branch 'master' into ie-input-overflow

    # Conflicts:
    #	src/lib/input/input-container.html
    crisbeto committed Feb 4, 2017
    Configuration menu
    Copy the full SHA
    7b5dd42 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2017

  1. Merge branch 'master' into ie-input-overflow

    # Conflicts:
    #	src/lib/input/input-container.html
    crisbeto committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    368566c View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2017

  1. Merge branch 'master' into ie-input-overflow

    # Conflicts:
    #	src/lib/input/input-container.html
    crisbeto committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    0fbd238 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ede549 View commit details
    Browse the repository at this point in the history