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

Remove display:block on hint component #2437

Merged
merged 1 commit into from
Nov 23, 2021
Merged

Commits on Nov 23, 2021

  1. Remove display block style on hint component

    In v3.8.0 we added the ability for block level elements to be
    rendered inside hints by switching from using a `span` to a `div`.
    
    However, we kept the `display: block` styling (which would now be
    redundant as this is the default for divs). This meant we weren't
    forcing users to update their HTML and we could avoid a breaking change.
    
    We now want to tidy up that redundant CSS as part of v4.0.0.
    Vanita Barrett committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    cd6db6c View commit details
    Browse the repository at this point in the history