Overflow in sidebar heading "See all _ items" #92421
Labels
A-rustdoc-ui
Area: Rustdoc UI (generated HTML)
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
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
Note that
Crate trillium_caching_headers
above it does not overflow, because it hasword-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
The text was updated successfully, but these errors were encountered: