File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
templates/debug_toolbar/panels Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 413
413
border-radius : 3px ;
414
414
}
415
415
416
- # djDebug .djDebugSqlWrap {
417
- position : relative;
418
- }
419
-
420
416
# djDebug .djDebugCollapsed {
421
417
color : # 333 ;
422
418
}
434
430
}
435
431
436
432
# djDebug .djDebugSql {
437
- word-break : break-word;
438
- z-index : 100000002 ;
433
+ overflow-wrap : anywhere;
439
434
}
440
435
441
436
# djDebug .djSQLDetailsDiv tbody th {
Original file line number Diff line number Diff line change 37
37
< button type ="button " class ="djToggleSwitch " data-toggle-name ="sqlMain " data-toggle-id ="{{ forloop.counter }} "> +</ button >
38
38
</ td >
39
39
< td class ="djdt-query ">
40
- < div class ="djDebugSqlWrap ">
41
- < div class ="djDebugSql "> {{ query.sql|safe }}</ div >
42
- </ div >
40
+ < div class ="djDebugSql "> {{ query.sql|safe }}</ div >
43
41
{% if query.similar_count %}
44
42
< strong >
45
43
< span class ="djdt-color " style ="background-color:{{ query.similar_color }} "> </ span >
You can’t perform that action at this time.
0 commit comments