We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa59493 commit 598e575Copy full SHA for 598e575
x-pack/plugins/lens/public/editor_frame_service/editor_frame/workspace_panel/workspace_panel_wrapper.tsx
@@ -66,7 +66,7 @@ export function WorkspacePanelWrapper({
66
[dispatch]
67
);
68
return (
69
- <EuiFlexGroup gutterSize="s" direction="column" alignItems="stretch">
+ <EuiFlexGroup gutterSize="s" direction="column" alignItems="stretch" responsive={false}>
70
<EuiFlexItem grow={false}>
71
<ChartSwitch
72
data-test-subj="lnsChartSwitcher"
0 commit comments