Skip to content

Commit

Permalink
reduce space between terms/regex/examples (#32417)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarezmelissa87 authored Mar 5, 2019
1 parent a8cc112 commit 53e89a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ export class AnomalyDetails extends Component {
{definition.terms}
</EuiText>
</EuiFlexItem>
<EuiSpacer size="m" />
<EuiSpacer size="xs" />
</Fragment> }
{(definition !== undefined && definition.regex) &&
<Fragment>
Expand Down Expand Up @@ -341,7 +341,7 @@ export class AnomalyDetails extends Component {
{definition.regex}
</EuiText>
</EuiFlexItem>
<EuiSpacer size="l" />
<EuiSpacer size="xs" />
</Fragment>}

{examples.map((example, i) => {
Expand Down

0 comments on commit 53e89a4

Please sign in to comment.