mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
DashboardScene: Fixes wrapping panel time override (#78470)
This commit is contained in:
@@ -104,6 +104,7 @@ const getStyles = (theme: GrafanaTheme2) => {
|
||||
timeshift: css({
|
||||
color: theme.colors.text.link,
|
||||
gap: theme.spacing(0.5),
|
||||
whiteSpace: 'nowrap',
|
||||
}),
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user