From 4128944259cfe31847dd6d057772477b6c192cda Mon Sep 17 00:00:00 2001 From: Keith Daulton Date: Wed, 7 Jun 2023 00:15:12 -0400 Subject: [PATCH] Updates feature gate badge --- src/webviews/apps/shared/components/feature-gate-badge.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/webviews/apps/shared/components/feature-gate-badge.ts b/src/webviews/apps/shared/components/feature-gate-badge.ts index 3e1e053..89e5011 100644 --- a/src/webviews/apps/shared/components/feature-gate-badge.ts +++ b/src/webviews/apps/shared/components/feature-gate-badge.ts @@ -42,7 +42,6 @@ export class FeatureGateBadge extends LitElement { .badge-popover { width: max-content; top: 100%; - overflow: hidden; text-align: left; }