Closed
Description
Crates with long type names result in a strange-looking error, see https://docs.rs/async-stripe/0.31.0/stripe/
I've tested this on Chrome and Firefox, and by building the docs locally from https://github.com/arlyon/async-stripe
I believe the text is rendering vertically due to long type names like https://docs.rs/async-stripe/0.31.0/stripe/enum.PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceEnterpriseFeaturesIncrementalAuthorizationIncrementalAuthorizationStatus.html which are auto-generated from OpenAPI.
Link to original issue arlyon/async-stripe#488