Explore: updates breakpoint used to collapse datasource picker

(cherry picked from commit adc84c6ac5)
This commit is contained in:
Lukas Siatka
2019-11-14 08:33:19 -05:00
committed by Kyle Brandt
parent 4d7edd3cd8
commit 79bfdcb122
@@ -169,7 +169,7 @@ export class UnConnectedExploreToolbar extends PureComponent<Props> {
'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 (