Skip to content

Commit

Permalink
fix responsive view
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Jun 30, 2020
1 parent fa59493 commit 598e575
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export function WorkspacePanelWrapper({
[dispatch]
);
return (
<EuiFlexGroup gutterSize="s" direction="column" alignItems="stretch">
<EuiFlexGroup gutterSize="s" direction="column" alignItems="stretch" responsive={false}>
<EuiFlexItem grow={false}>
<ChartSwitch
data-test-subj="lnsChartSwitcher"
Expand Down

0 comments on commit 598e575

Please sign in to comment.