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.
1 parent 0d5b335 commit eb5cdb1Copy full SHA for eb5cdb1
html-api-debugger/readme.txt
@@ -15,6 +15,9 @@ Please file issues and pull requests on the [GitHub repository](https://github.c
15
16
== Changelog ==
17
18
+= 2.7 =
19
+* Preserve attribute value line breaks in tree views.
20
+
21
= 2.6 =
22
* Handle null bytes in selectors and context HTML.
23
* Fix another error when using WordPress 6.7.
html-api-debugger/style.css
@@ -196,6 +196,7 @@
196
text-wrap: auto;
197
text-wrap: pretty;
198
overflow-wrap: break-word;
199
+ white-space: pre-wrap;
200
}
201
202
.t3 code,
0 commit comments