File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ Please file issues and pull requests on the [GitHub repository](https://github.c
16
16
== Changelog ==
17
17
18
18
= 2.3 =
19
+ * Inline tree copy buttons.
20
+ * Add line breaks to overflowing attribute names and values.
19
21
20
22
= 2.2 =
21
23
* Drop support for WordPress 6.6.
Original file line number Diff line number Diff line change 82
82
margin : 0 ;
83
83
outline : 1px dotted # 111 ;
84
84
vertical-align : top;
85
- word-break : break-all;
86
85
text-wrap : auto;
87
86
text-wrap : pretty;
87
+ overflow-wrap : break-word;
88
88
}
89
89
90
90
.mutated {
171
171
.t2 .name {
172
172
color : black;
173
173
font-weight : bold;
174
+
175
+ text-wrap : auto;
176
+ text-wrap : pretty;
177
+ overflow-wrap : break-word;
174
178
}
175
179
176
180
.t2 .value {
177
181
color : blue;
178
182
font-weight : normal;
183
+
184
+ text-wrap : auto;
185
+ text-wrap : pretty;
186
+ overflow-wrap : break-word;
179
187
}
180
188
181
189
.t3 code ,
You can’t perform that action at this time.
0 commit comments