Skip to content

Commit

Permalink
Update spacing above add processor button to make it more center
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed May 7, 2020
1 parent 830e9e9 commit 41613be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const DragAndDropTreeUI: FunctionComponent<Props> = ({
const droppableContent = items.length ? (
items.map(([, component]) => component)
) : (
<EuiSpacer size="l" />
<EuiSpacer size="xs" />
);

return (
Expand Down

0 comments on commit 41613be

Please sign in to comment.