Skip to content
New issue

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

Long text in docstring does not wrap on smaller screens #2293

Closed
Hetarth02 opened this issue Oct 5, 2023 · 2 comments · Fixed by #2307
Closed

Long text in docstring does not wrap on smaller screens #2293

Hetarth02 opened this issue Oct 5, 2023 · 2 comments · Fixed by #2307
Labels
Format: HTML Related to the default HTML output Type: Bug

Comments

@Hetarth02
Copy link
Contributor

image

@Hetarth02
Copy link
Contributor Author

One solution would be to overflow: auto the header tag just like the code content. (I prefer this.)
image

Another one would be to word-break: break-all, but that doesn't look good.
image

@mortenpi mortenpi added Type: Bug Format: HTML Related to the default HTML output labels Oct 5, 2023
@mortenpi
Copy link
Member

mortenpi commented Oct 5, 2023

Yeah, overflow: auto seems better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Format: HTML Related to the default HTML output Type: Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants