DashboardScene: Fixes wrapping panel time override (#78470)

pull/78480/head
Torkel Ödegaard 2 years ago committed by GitHub
parent b6b86bb0b3
commit 2d9f5a6b71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      public/app/features/dashboard-scene/scene/PanelTimeRange.tsx

@ -104,6 +104,7 @@ const getStyles = (theme: GrafanaTheme2) => {
timeshift: css({
color: theme.colors.text.link,
gap: theme.spacing(0.5),
whiteSpace: 'nowrap',
}),
};
};

Loading…
Cancel
Save