We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88c5d37 + f123afd commit fd3a239Copy full SHA for fd3a239
debug_toolbar/static/debug_toolbar/css/toolbar.css
@@ -325,6 +325,10 @@
325
margin-bottom: 3px;
326
}
327
328
+#djDebug pre span {
329
+ font-family: var(--djdt-font-family-monospace);
330
+}
331
+
332
#djDebug .djdt-panelContent {
333
position: fixed;
334
margin: 0;
docs/changes.rst
@@ -14,6 +14,7 @@ Pending
14
* Dropped support for the Python 3.9, it has reached its end of life date.
15
* Toggle tracking the toolbar's queries when using
16
``debug_toolbar.store.DatabaseStore`` with ``SKIP_TOOLBAR_QUERIES``.
17
+* Fixed font family for code blocks and stack traces in the toolbar.
18
* Added test to confirm Django's ``TestCase.assertNumQueries`` works.
19
20
6.1.0 (2025-10-30)
0 commit comments