Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion debug_toolbar/static/debug_toolbar/css/toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,10 @@
#djDebug button {
margin: 0;
padding: 0;
min-width: 0;
min-width: auto;
width: auto;
min-height: auto;
height: auto;
border: 0;
outline: 0;
font-size: 12px;
Expand Down
2 changes: 2 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Pending
templates.
* Swapped display order of panel header and close button to prevent style
conflicts
* Added CSS for resetting the height of elements too to avoid problems with
global CSS of a website where the toolbar is used.

5.1.0 (2025-03-20)
------------------
Expand Down