Item names in module lists get prematurely wrapped on nightly docs #93135
Labels
A-rustdoc-ui
Area: Rustdoc UI (generated HTML)
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Beta (
rustdoc 1.59.0-beta.2 (98a701b42 2022-01-19)
) rendering ofrand 0.8.4
's root traits (on Firefox 96.01 on Windows):Nightly (
rustdoc 1.60.0-nightly (5e57faa78 2022-01-19)
) rendering of the same:It appears that the names are inheriting the
overflow-wrap: anywhere
, which is influencing the table layout and allowing the left-column to become too thin to fit the names. Added in #92801 cc @jsha.The text was updated successfully, but these errors were encountered: