We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
One solution would be to overflow: auto the header tag just like the code content. (I prefer this.)
overflow: auto
header
Another one would be to word-break: break-all, but that doesn't look good.
word-break: break-all
Sorry, something went wrong.
Yeah, overflow: auto seems better.
Fix: Enable text wrapping in docstring header on smaller screens (#2293…
5dafb64
…) (#2307)
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: