Crates with long type names result in a strange-looking error, see [https://docs.rs/async-stripe/0.31.0/stripe/](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](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](https://docs.rs/async-stripe/0.31.0/stripe/enum.PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceEnterpriseFeaturesIncrementalAuthorizationIncrementalAuthorizationStatus.html) which are auto-generated from OpenAPI. Link to original issue [https://github.com/arlyon/async-stripe/issues/488](https://github.com/arlyon/async-stripe/issues/488) <!-- TRIAGEBOT_START --> <!-- TRIAGEBOT_ASSIGN_START --> <!-- TRIAGEBOT_ASSIGN_DATA_START$${"user":"BradMarr"}$$TRIAGEBOT_ASSIGN_DATA_END --> <!-- TRIAGEBOT_ASSIGN_END --> <!-- TRIAGEBOT_END -->
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