Skip to content

Commit

Permalink
render callout above panel
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Oct 31, 2022
1 parent b0d5e7e commit ce6f28a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,13 +288,14 @@ export function LayerSettings(props: Props) {
</ul>
</p>
</EuiCallOut>
<EuiSpacer size="s" />
<EuiSpacer size="m" />
</>
) : null;
};

return (
<Fragment>
{renderLayerGroupInstructions()}
<EuiPanel>
<EuiTitle size="xs">
<h5>
Expand All @@ -306,7 +307,6 @@ export function LayerSettings(props: Props) {
</EuiTitle>

<EuiSpacer size="m" />
{renderLayerGroupInstructions()}
{renderLabel()}
{renderZoomSliders()}
{isLayerGroup(props.layer) ? null : (
Expand Down

0 comments on commit ce6f28a

Please sign in to comment.