diff --git a/src/devtools/views/Components/Tree.css b/src/devtools/views/Components/Tree.css index 53b576c4cc..8f58e0f82f 100644 --- a/src/devtools/views/Components/Tree.css +++ b/src/devtools/views/Components/Tree.css @@ -4,7 +4,6 @@ display: flex; flex-direction: column; border-top: 1px solid var(--color-border); - padding: 0.25rem; } .SearchInput { @@ -19,6 +18,7 @@ width: 100%; overflow: auto; flex: 1 0 auto; + padding: 0.25rem; } .AutoSizerWrapper:focus { outline: none;