We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7522214 commit 8d31b2dCopy full SHA for 8d31b2d
debug_toolbar/static/debug_toolbar/css/toolbar.css
@@ -127,8 +127,10 @@
127
#djDebug button {
128
margin: 0;
129
padding: 0;
130
- min-width: 0;
+ min-width: auto;
131
width: auto;
132
+ min-height: auto;
133
+ height: auto;
134
border: 0;
135
outline: 0;
136
font-size: 12px;
docs/changes.rst
@@ -17,6 +17,8 @@ Pending
17
templates.
18
* Swapped display order of panel header and close button to prevent style
19
conflicts
20
+* Added CSS for resetting the height of elements too to avoid problems with
21
+ global CSS of a website where the toolbar is used.
22
23
5.1.0 (2025-03-20)
24
------------------
0 commit comments