- {onChangeDataSource &&
}
- {onChangeTimeRange && timeRange &&
}
+
+
);
};
@@ -222,9 +214,9 @@ const getStyles = (theme: GrafanaTheme) => {
color: ${theme.colors.textWeak};
padding-left: 10px;
`,
- pickerWrapper: css`
+ itemWrapper: css`
display: flex;
- margin-left: 8px;
+ margin-left: 4px;
`,
};
};