Skip to content

Commit

Permalink
[Workplace Search] source connection panel content vertical alignment (
Browse files Browse the repository at this point in the history
…elastic#103225)

* fix 1786 source connection panel vertical alignment

* Update x-pack/plugins/enterprise_search/public/applications/workplace_search/views/content_sources/components/add_source/configured_sources_list.tsx

Co-authored-by: Constance <constancecchen@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Constance <constancecchen@users.noreply.github.com>
  • Loading branch information
3 people committed Jun 24, 2021
1 parent d2196c6 commit 08bd023
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,12 @@ export const ConfiguredSourcesList: React.FC<ConfiguredSourcesProps> = ({
<React.Fragment key={i}>
<EuiFlexItem>
<EuiPanel paddingSize="s">
<EuiFlexGroup alignItems="center" gutterSize="none" responsive={false}>
<EuiFlexGroup
alignItems="center"
gutterSize="none"
responsive={false}
className="eui-fullHeight"
>
<EuiFlexItem>
<EuiFlexGroup
justifyContent="flexStart"
Expand Down

0 comments on commit 08bd023

Please sign in to comment.