Skip to content

Overflow in sidebar heading "See all _ items" #92421

Closed

Description

When a crate name is long, the "See all <crate name> items" heading in the sidebar overflows its box.

E.g.: https://docs.rs/trillium-caching-headers/0.1.0/trillium_caching_headers/index.html

image

Note that Crate trillium_caching_headers above it does not overflow, because it has word-wrap: break-word. Perhaps we should consider applying that to everything as a default (since we often have this type of overflow problem), and override that default in specific places, like code examples, where we'd rather have a horizontal scroll.

Another recent example of overflowing a box was #89972 (and a fix in #90018).

cc @GuillaumeGomez

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    A-rustdoc-uiArea: Rustdoc UI (generated HTML)T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions