PanelChrome: Fixes title max width, and make make menu more prominent (#64492)

* PanelChrome: Fixes title max width, and make make menu more prominent

* Add fix for wrapping timeshift
This commit is contained in:
Torkel Ödegaard
2023-03-10 12:25:25 +01:00
committed by GitHub
parent 4c8855ed2d
commit af5ee9c66d
2 changed files with 5 additions and 1 deletions

View File

@@ -74,6 +74,7 @@ const getStyles = (theme: GrafanaTheme2) => {
timeshift: css({
color: theme.colors.text.link,
gap: theme.spacing(0.5),
whiteSpace: 'nowrap',
'&:hover': {
color: theme.colors.emphasize(theme.colors.text.link, 0.03),