mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user