-
-
Notifications
You must be signed in to change notification settings - Fork 996
Django Debug Toolbar renders poorly #2039
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
Comments
Confirmed. I think this is coming from |
Thanks. I also see some differences with text and colors. |
Indeed, this happens because the toolbar is inheriting some of our global styles. I don't see a general way around that, but I've opened a PR that at least fixes the button sizing: #2041. |
Thanks to the work of the debug toolbar's maintainers, this will be fixed upstream once django-commons/django-debug-toolbar#2130 is merged/released. 🎉 |
Sounds like the PR is merged, @bmispelon what is missing to do for this one to close it? |
I was waiting for a release to be made that includes the fix, but I'm also ok to close this now under the assumption that a release will come sooner or later. |
@bmispelon I believe it was in v5.2.0, which we got in #2065. See the bottom of the changelog: https://github.com/django-commons/django-debug-toolbar/releases/tag/5.2.0. |
Oh, I completely missed that, thanks for pointing it out! Let's close this issue then ✅ |
Running the project locally for development, I noticed that Django Debug Toolbar (DDT) renders poorly.
I compared the rendered bar on a Django project created with
startproject
and there are several differences in rendering as shown in the difference of the two screenshots.DDT in current repository
DDT in a new demo project
I ask you to verify that also in your local environments the bar is rendered badly, in order to confirm the bug and understand if a fix is needed in the local code or if we need to open an issue in the DDT repository.
The text was updated successfully, but these errors were encountered: