DashboardScene: Fixes wrapping panel time override (#78470)

This commit is contained in:
Torkel Ödegaard
2023-11-21 15:30:22 +01:00
committed by GitHub
parent b6b86bb0b3
commit 2d9f5a6b71
@@ -104,6 +104,7 @@ const getStyles = (theme: GrafanaTheme2) => {
timeshift: css({
color: theme.colors.text.link,
gap: theme.spacing(0.5),
whiteSpace: 'nowrap',
}),
};
};