diff --git a/public/app/features/explore/QueryLibrary/QueryTemplatesTable/styles.tsx b/public/app/features/explore/QueryLibrary/QueryTemplatesTable/styles.tsx index 34b9ff33d4e..1c7897e6e5d 100644 --- a/public/app/features/explore/QueryLibrary/QueryTemplatesTable/styles.tsx +++ b/public/app/features/explore/QueryLibrary/QueryTemplatesTable/styles.tsx @@ -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', }), });