Explore: Convert kebab-case styles to camel-case (#88048)

pull/88121/head
Piotr Jamróz 2 years ago committed by GitHub
parent a398188e69
commit 03650f76f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      public/app/features/explore/QueryLibrary/QueryTemplatesTable/styles.tsx

@ -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…
Cancel
Save