Skip to content

Commit 7daf41f

Browse files
committed
Avoid more text wrapping by using 20px more for the sidebar
1 parent 4725cb1 commit 7daf41f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debug_toolbar/static/debug_toolbar/css/toolbar.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
#djDebug #djDebugToolbar {
7070
background-color: #111;
71-
width: 200px;
71+
width: 220px;
7272
z-index: 100000000;
7373
position: fixed;
7474
top: 0;
@@ -196,7 +196,7 @@
196196
position: fixed;
197197
margin: 0;
198198
top: 0;
199-
right: 200px;
199+
right: 220px;
200200
bottom: 0;
201201
left: 0px;
202202
background-color: #eee;

0 commit comments

Comments
 (0)