Skip to content

Commit

Permalink
Position flyout help link so it's bottom-aligned with the title and f…
Browse files Browse the repository at this point in the history
…arther from the close button.
  • Loading branch information
cjcenizal committed Mar 23, 2020
1 parent e77eb94 commit 111f2f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const RequestFlyout: FunctionComponent<Props> = ({
return (
<EuiFlyout onClose={onClose} maxWidth={640}>
<EuiFlyoutHeader>
<EuiFlexGroup gutterSize="xs">
<EuiFlexGroup gutterSize="xs" alignItems="flexEnd">
<EuiFlexItem>
{/* We need an extra div to get out of flex grow */}
<div>
Expand Down

0 comments on commit 111f2f8

Please sign in to comment.