Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Aug 29, 2023
1 parent 6002d09 commit 5ccc20b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const BoundaryForm = (props: Props) => {
</h5>
</EuiTitle>

<EuiSpacer size="s" />
<EuiSpacer size="m" />

<EuiSkeletonText lines={3} size="s" isLoading={isLoading}>
<EuiFormRow
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const EntityForm = (props: Props) => {
</h5>
</EuiTitle>

<EuiSpacer size="s" />
<EuiSpacer size="m" />

<EuiSkeletonText lines={3} size="s" isLoading={isLoading}>
<EuiFormRow
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const GeoContainmentRuleTypeExpression: React.FunctionComponent<
unifiedSearch={props.unifiedSearch}
/>

<EuiSpacer size="m" />
<EuiSpacer size="s" />

<BoundaryForm
data={props.data}
Expand All @@ -43,7 +43,7 @@ export const GeoContainmentRuleTypeExpression: React.FunctionComponent<
unifiedSearch={props.unifiedSearch}
/>

<EuiSpacer size="m" />
<EuiSpacer size="l" />
</>
);
}

0 comments on commit 5ccc20b

Please sign in to comment.