Skip to content

Commit

Permalink
fix alignment (#117378)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
drewdaemon and kibanamachine authored Nov 4, 2021
1 parent d735b7d commit 37571a4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ export const ChartSwitch = memo(function ChartSwitch(props: Props) {
<EuiFlexGroup
gutterSize="xs"
responsive={false}
alignItems="center"
className="lnsChartSwitch__append"
>
{v.selection.dataLoss !== 'nothing' ? (
Expand Down

0 comments on commit 37571a4

Please sign in to comment.