From 79bfdcb1221eefd1307367219ad84a2b320cd79a Mon Sep 17 00:00:00 2001 From: Lukas Siatka Date: Wed, 13 Nov 2019 01:01:32 +0100 Subject: [PATCH] Explore: updates breakpoint used to collapse datasource picker (cherry picked from commit adc84c6ac5c199f7b5ce34da3df6f40343dfe55e) --- public/app/features/explore/ExploreToolbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/explore/ExploreToolbar.tsx b/public/app/features/explore/ExploreToolbar.tsx index 3d56a3bab98..ccab0f915e2 100644 --- a/public/app/features/explore/ExploreToolbar.tsx +++ b/public/app/features/explore/ExploreToolbar.tsx @@ -169,7 +169,7 @@ export class UnConnectedExploreToolbar extends PureComponent { 'navbar-button navbar-button--border-right-0': originDashboardIsEditable, }); - const showSmallDataSourcePicker = (splitted ? containerWidth < 690 : containerWidth < 800) || false; + const showSmallDataSourcePicker = (splitted ? containerWidth < 700 : containerWidth < 800) || false; const showSmallTimePicker = splitted || containerWidth < 1210; return (