mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fixed misplaced padding in Tree
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user