Skip to content

Commit eb5cdb1

Browse files
committed
Preserve line breaks in tree attribute values
1 parent 0d5b335 commit eb5cdb1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

html-api-debugger/readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Please file issues and pull requests on the [GitHub repository](https://github.c
1515

1616
== Changelog ==
1717

18+
= 2.7 =
19+
* Preserve attribute value line breaks in tree views.
20+
1821
= 2.6 =
1922
* Handle null bytes in selectors and context HTML.
2023
* Fix another error when using WordPress 6.7.

html-api-debugger/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@
196196
text-wrap: auto;
197197
text-wrap: pretty;
198198
overflow-wrap: break-word;
199+
white-space: pre-wrap;
199200
}
200201

201202
.t3 code,

0 commit comments

Comments
 (0)