You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently the dropdown menus have started to look cramped, as though there's some padding missing at the bottom of each section and of the menu itself.
Additionally, I'm seeing dependencies getting wrapped without providing space for the wrapping, thus causing the wrapped portion to overlap the next dependency. Dependencies are also being wrapped more aggressively on Safari than on Firefox (likely due to there being a custom permanent scrollbar in Safari but Firefox on macOS is still using the system-provided overlay scrollbar), but I can still get a wrapped dependency with e.g. the assert_matches dependency on https://docs.rs/futures/latest/futures/.
Here's a screenshot taken in Safari that demonstrates both issues:
Also in that screenshot you can see a subtle misalignment on the "Docs.rs crate page" link, presumably due to having an icon that's larger than the ones on the surrounding lines.
The text was updated successfully, but these errors were encountered:
Recently the dropdown menus have started to look cramped, as though there's some padding missing at the bottom of each section and of the menu itself.
Additionally, I'm seeing dependencies getting wrapped without providing space for the wrapping, thus causing the wrapped portion to overlap the next dependency. Dependencies are also being wrapped more aggressively on Safari than on Firefox (likely due to there being a custom permanent scrollbar in Safari but Firefox on macOS is still using the system-provided overlay scrollbar), but I can still get a wrapped dependency with e.g. the
assert_matches
dependency on https://docs.rs/futures/latest/futures/.Here's a screenshot taken in Safari that demonstrates both issues:
Also in that screenshot you can see a subtle misalignment on the "Docs.rs crate page" link, presumably due to having an icon that's larger than the ones on the surrounding lines.
The text was updated successfully, but these errors were encountered: