We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c3a69f + 5d34dc2 commit b6e2354Copy full SHA for b6e2354
debug_toolbar/static/debug_toolbar/css/print.css
@@ -1,3 +1,3 @@
1
#djDebug {
2
- display:none;
+ display: none !important;
3
}
debug_toolbar/static/debug_toolbar/css/toolbar.css
@@ -627,12 +627,6 @@
627
font-weight: normal;
628
629
630
-@media print {
631
- #djDebug {
632
- display: none !important;
633
- }
634
-}
635
-
636
#djDebug .djdt-width-20 {
637
width: 20%;
638
0 commit comments