Skip to content

Commit

Permalink
fix(code/frontend): fix directory list margin (#41850) (#41854)
Browse files Browse the repository at this point in the history
  • Loading branch information
WangQianliang authored Jul 24, 2019
1 parent 24ce3b1 commit dee3b58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const DirectoryNodes = (props: DirectoryNodesProps) => {
));
return (
<EuiFlexItem className="codeContainer__directoryList">
<EuiFlexGroup direction="column">
<EuiFlexGroup direction="column" gutterSize="none">
<EuiFlexItem>
<EuiTitle size="s">
<h3>{props.title}</h3>
Expand Down

0 comments on commit dee3b58

Please sign in to comment.