Skip to content

Commit 111f2f8

Browse files
committed
Position flyout help link so it's bottom-aligned with the title and farther from the close button.
1 parent e77eb94 commit 111f2f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/plugins/painless_lab/public/application/components/request_flyout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const RequestFlyout: FunctionComponent<Props> = ({
3535
return (
3636
<EuiFlyout onClose={onClose} maxWidth={640}>
3737
<EuiFlyoutHeader>
38-
<EuiFlexGroup gutterSize="xs">
38+
<EuiFlexGroup gutterSize="xs" alignItems="flexEnd">
3939
<EuiFlexItem>
4040
{/* We need an extra div to get out of flex grow */}
4141
<div>

0 commit comments

Comments
 (0)