Commit 7d4de3c
committed
Simplify SQL HTML and CSS
Remove ineffective z-index. Using the Firefox developer tools reports:
z-index has no effect on this element as it's not a positional element.
Per MDN (https://developer.mozilla.org/en-US/docs/Web/CSS/word-break)
using "word-break: break-word" is deprecated. Replace usage with
"overflow-wrap: anywhere".
This allows removing some CSS and one div element.1 parent 4315af0 commit 7d4de3c
File tree
2 files changed
+2
-9
lines changed- debug_toolbar
- static/debug_toolbar/css
- templates/debug_toolbar/panels
2 files changed
+2
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | 416 | | |
421 | 417 | | |
422 | 418 | | |
| |||
434 | 430 | | |
435 | 431 | | |
436 | 432 | | |
437 | | - | |
438 | | - | |
| 433 | + | |
439 | 434 | | |
440 | 435 | | |
441 | 436 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
| 40 | + | |
43 | 41 | | |
44 | 42 | | |
45 | 43 | | |
| |||
0 commit comments