Fixed misplaced padding in Tree

This commit is contained in:
Brian Vaughn
2019-04-13 15:33:10 -07:00
parent 236f47f073
commit b2cf896e8c
+1 -1
View File
@@ -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;