Explore: updates breakpoint used to collapse datasource picker

This commit is contained in:
Lukas Siatka 2019-11-13 01:01:32 +01:00 committed by Lukas Siatka
parent 822b0b2708
commit adc84c6ac5

View File

@ -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 (