Skip to content

Commit

Permalink
size adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Jun 30, 2020
1 parent b257088 commit 8573606
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,14 @@ export const PipelineFormError: React.FunctionComponent<Props> = ({ error }) =>
<EuiFlexGroup
direction="column"
responsive={false}
gutterSize="s"
gutterSize="xs"
justifyContent="center"
alignItems="flexStart"
>
<EuiFlexItem grow={false}>
{isShowingAllErrors ? (
<EuiButtonEmpty
size="s"
onClick={() => setIsShowingAllErrors(false)}
color="danger"
iconSide="right"
Expand All @@ -141,6 +142,7 @@ export const PipelineFormError: React.FunctionComponent<Props> = ({ error }) =>
</EuiButtonEmpty>
) : (
<EuiButtonEmpty
size="s"
onClick={() => setIsShowingAllErrors(true)}
color="danger"
iconSide="right"
Expand Down

0 comments on commit 8573606

Please sign in to comment.