diff --git a/packages/grafana-ui/src/components/DateTimePickers/TimeRangePicker/TimeRangeForm.tsx b/packages/grafana-ui/src/components/DateTimePickers/TimeRangePicker/TimeRangeForm.tsx index 50d82547cbf..2a42b1c7e50 100644 --- a/packages/grafana-ui/src/components/DateTimePickers/TimeRangePicker/TimeRangeForm.tsx +++ b/packages/grafana-ui/src/components/DateTimePickers/TimeRangePicker/TimeRangeForm.tsx @@ -115,8 +115,8 @@ export const TimeRangeForm: React.FC = (props) => { return (
- -
+
+ event.stopPropagation()} onFocus={onFocus} @@ -125,11 +125,11 @@ export const TimeRangeForm: React.FC = (props) => { aria-label={selectors.components.TimePicker.fromField} value={from.value} /> - {fyTooltip} -
- - -
+ + {fyTooltip} +
+
+ event.stopPropagation()} onFocus={onFocus} @@ -138,9 +138,9 @@ export const TimeRangeForm: React.FC = (props) => { aria-label={selectors.components.TimePicker.toField} value={to.value} /> - {fyTooltip} -
-
+ + {fyTooltip} +
@@ -217,7 +217,7 @@ function getStyles(theme: GrafanaTheme2) { `, tooltip: css` padding-left: ${theme.spacing(1)}; - padding-top: ${theme.spacing(0.5)}; + padding-top: ${theme.spacing(3)}; `, }; }