| 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 94deac8d1293a6e160a8cb5a4a8a4b6d1ece42dd..32a9bcfee60666e0cb9f02b1fadc87929cca9fcb 100644
|
| --- a/Source/devtools/front_end/elements/elementsTreeOutline.css
|
| +++ b/Source/devtools/front_end/elements/elementsTreeOutline.css
|
| @@ -100,6 +100,7 @@
|
| min-width: 100%;
|
| min-height: 100%;
|
| -webkit-transform: translateZ(0);
|
| + padding-left: 2px;
|
| }
|
|
|
| .outline-disclosure ol:focus li.selected {
|
| @@ -284,3 +285,7 @@ body.inactive button.text-button, .text-button:disabled {
|
| -webkit-animation: dom-update-highlight-animation 2s 1;
|
| color: red !important;
|
| }
|
| +
|
| +.outline-disclosure.single-node li {
|
| + padding-left: 2px;
|
| +}
|
|
|