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({
|
||||
display: '-webkit-box',
|
||||
'-webkit-box-orient': 'vertical',
|
||||
'-webkit-line-clamp': '1',
|
||||
WebkitBoxOrient: 'vertical',
|
||||
WebkitLineClamp: 1,
|
||||
overflow: 'hidden',
|
||||
}),
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user