PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 16.3-a.1
Jetpack – WP Security, Backup, Speed, & Growth v16.3-a.1
16.3-a.3 16.3-a.1 16.2 16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 All 504 releases
← All changes | 3rd-party/debug-bar/debug-bar.css +5 -5 13.2.416.3-a.1 View file →
@@ -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 }