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
In dark mode, the text below figure is really close of the bottom of the figure. I think that we can change our css with a little trick:
/* sphinx-gallery */ /* add padding to images */ .bd-article img { height: unset !important; margin-top: 2%; margin-bottom: 2%; }
We have something similar in scikit-learn by using padding but it is not super nice.
padding
The text was updated successfully, but these errors were encountered:
sounds good, why do we need the height: unset?
Sorry, something went wrong.
No branches or pull requests
In dark mode, the text below figure is really close of the bottom of the figure. I think that we can change our css with a little trick:
We have something similar in scikit-learn by using
padding
but it is not super nice.The text was updated successfully, but these errors were encountered: