diff --git a/public/app/features/dashboard/components/TransformationsEditor/TransformationsEditor.tsx b/public/app/features/dashboard/components/TransformationsEditor/TransformationsEditor.tsx
index e42ee7c5556..8a904936d86 100644
--- a/public/app/features/dashboard/components/TransformationsEditor/TransformationsEditor.tsx
+++ b/public/app/features/dashboard/components/TransformationsEditor/TransformationsEditor.tsx
@@ -601,9 +601,6 @@ const getStyles = (theme: GrafanaTheme2) => {
newCard: css`
grid-template-rows: min-content 0 1fr 0;
`,
- badge: css`
- padding: 4px 3px;
- `,
heading: css`
font-weight: 400;
@@ -696,7 +693,7 @@ function TransformationsGrid({ showIllustrations, transformations, onClick }: Tr
<>
{transform.name}
-
+
>