| @@ -9,13 +9,13 @@ | ||
| 9 | 9 | margin-top: 1em !important; |
| 10 | 10 | } |
| 11 | 11 | |
| 12 | 12 | .qm-debug-bar-output .jetpack-search-debug-bar h2:first-child { |
| 13 | - margin-top: .5em !important; | |
| 13 | + margin-top: 0.5em !important; | |
| 14 | 14 | } |
| 15 | 15 | |
| 16 | 16 | .debug-menu-target h3 { |
| 17 | - padding-top: 0 | |
| 17 | + padding-top: 0; | |
| 18 | 18 | } |
| 19 | 19 | |
| 20 | 20 | .jetpack-search-debug-output-toggle .print-r { |
| 21 | 21 | display: none; |
| @@ -26,10 +26,10 @@ | ||
| 26 | 26 | } |
| 27 | 27 | |
| 28 | 28 | .json-toggle-wrap .toggle { |
| 29 | 29 | position: absolute; |
| 30 | - bottom: 10px; | |
| 31 | - right: 10px; | |
| 30 | + bottom: 10px; | |
| 31 | + right: 10px; | |
| 32 | 32 | background: #fff; |
| 33 | 33 | border: 1px solid #000; |
| 34 | 34 | cursor: pointer; |
| 35 | 35 | padding: 2px 4px; |
| @@ -51,6 +51,6 @@ | ||
| 51 | 51 | white-space: pre-wrap; |
| 52 | 52 | white-space: -moz-pre-wrap; |
| 53 | 53 | white-space: -pre-wrap; |
| 54 | 54 | white-space: -o-pre-wrap; |
| 55 | - word-wrap: break-word; | |
| 55 | + overflow-wrap: break-word; | |
| 56 | 56 | } |