mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Explore: Convert kebab-case styles to camel-case (#88048)
This commit is contained in:
parent
a398188e69
commit
03650f76f1
@ -30,8 +30,8 @@ const getStyles = (theme: GrafanaTheme2) => ({
|
|||||||
}),
|
}),
|
||||||
singleLine: css({
|
singleLine: css({
|
||||||
display: '-webkit-box',
|
display: '-webkit-box',
|
||||||
'-webkit-box-orient': 'vertical',
|
WebkitBoxOrient: 'vertical',
|
||||||
'-webkit-line-clamp': '1',
|
WebkitLineClamp: 1,
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user