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
textwidth
The example code provided in the following screenshot for the blood-type problem, seems to go beyond the specified textwidth limit of the website.
The text was updated successfully, but these errors were encountered:
Looks like it can be fixed by changing the white-space style from white-space: pre to white-space: pre-wrap
white-space: pre
white-space: pre-wrap
I also found the issue on other pages occur when the window size is decreased, like the Colourful Resistors problem
Sorry, something went wrong.
paniash
No branches or pull requests
The example code provided in the following screenshot for the blood-type problem, seems to go beyond the specified
textwidth
limit of the website.The text was updated successfully, but these errors were encountered: