mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Explore: updates breakpoint used to collapse datasource picker
This commit is contained in:
parent
822b0b2708
commit
adc84c6ac5
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user