Skip to content

Commit b2cf896

Browse files
author
Brian Vaughn
committed
Fixed misplaced padding in Tree
1 parent 236f47f commit b2cf896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devtools/views/Components/Tree.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
display: flex;
55
flex-direction: column;
66
border-top: 1px solid var(--color-border);
7-
padding: 0.25rem;
87
}
98

109
.SearchInput {
@@ -19,6 +18,7 @@
1918
width: 100%;
2019
overflow: auto;
2120
flex: 1 0 auto;
21+
padding: 0.25rem;
2222
}
2323
.AutoSizerWrapper:focus {
2424
outline: none;

0 commit comments

Comments
 (0)