| Index: Source/devtools/front_end/elements/elementsTreeOutline.css
|
| diff --git a/Source/devtools/front_end/elements/elementsTreeOutline.css b/Source/devtools/front_end/elements/elementsTreeOutline.css
|
| index 162c8076684357991d8953056e97fb82ac21d1aa..4abb5a5e12817b832048ecba69ce089fdf339c82 100644
|
| --- a/Source/devtools/front_end/elements/elementsTreeOutline.css
|
| +++ b/Source/devtools/front_end/elements/elementsTreeOutline.css
|
| @@ -261,3 +261,11 @@ body.inactive button.text-button, .text-button:disabled {
|
| .webkit-html-attribute-value a {
|
| cursor: default !important;
|
| }
|
| +
|
| +.nowrap {
|
| + white-space: pre !important;
|
| +}
|
| +
|
| +.nowrap .outline-disclosure li {
|
| + word-wrap: normal;
|
| +}
|
|
|