Skip to content

Commit

Permalink
[ML] align additional settings with advanced
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed Nov 28, 2019
1 parent 59be3f9 commit 15a2d28
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,14 @@ export const AdditionalSection: FC<Props> = ({ additionalExpanded, setAdditional
initialIsOpen={additionalExpanded}
>
<EuiSpacer />
<CustomUrlsSelection />

<EuiFlexGroup>
<EuiFlexGroup gutterSize="xl" style={{ marginLeft: '0px', marginRight: '0px' }}>
<EuiFlexItem>
<CustomUrlsSelection />
</EuiFlexItem>
</EuiFlexGroup>

<EuiFlexGroup gutterSize="xl" style={{ marginLeft: '0px', marginRight: '0px' }}>
<EuiFlexItem>
<CalendarsSelection />
</EuiFlexItem>
Expand Down

0 comments on commit 15a2d28

Please sign in to comment.