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

rustdoc: simplify .search-results-title CSS #104792

Merged

Commits on Nov 23, 2022

  1. rustdoc: simplify .search-results-title CSS

    By using `display: flex`, we still get the never-wrapping layout with
    `#crate-search-div` maxing out and truncating its text. The title itself
    winds up always filling its parent, but since `#crate-search` doesn't have
    `flex-grow` set, it won't fill available space.
    notriddle committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    2185f49 View commit details
    Browse the repository at this point in the history