Skip to content

Commit 598e575

Browse files
committed
fix responsive view
1 parent fa59493 commit 598e575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/lens/public/editor_frame_service/editor_frame/workspace_panel/workspace_panel_wrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export function WorkspacePanelWrapper({
6666
[dispatch]
6767
);
6868
return (
69-
<EuiFlexGroup gutterSize="s" direction="column" alignItems="stretch">
69+
<EuiFlexGroup gutterSize="s" direction="column" alignItems="stretch" responsive={false}>
7070
<EuiFlexItem grow={false}>
7171
<ChartSwitch
7272
data-test-subj="lnsChartSwitcher"

0 commit comments

Comments
 (0)