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(material-experimental/mdc-tooltip): fix text alignment of multili… #22981

Merged
merged 7 commits into from
Jun 18, 2021

Commits on Jun 15, 2021

  1. fix(material-experimental/mdc-tooltip): fix text alignment of multili…

    …ne tooltips
    
    * Add the 'mdc-tooltip--multiline' class when a tooltip overflows
      to make the text align left (or right in rtl) instead of center
    wagnermaciel committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    a4b4f6a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Configuration menu
    Copy the full SHA
    17406c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d9f54b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6329154 View commit details
    Browse the repository at this point in the history
  4. test(material-experimental/mdc-tooltip): ensure the multiline class i…

    …s set on tooltips with messages that overflow
    wagnermaciel committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    543843d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84b3365 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e9c4695 View commit details
    Browse the repository at this point in the history