diff --git a/apps/spotlight/src/env.d.ts b/apps/spotlight/src/env.d.ts
index f964fe0c..acef35f1 100644
--- a/apps/spotlight/src/env.d.ts
+++ b/apps/spotlight/src/env.d.ts
@@ -1 +1,2 @@
+///
///
diff --git a/e2e/src/create.spec.ts b/e2e/src/create.spec.ts
index 21a96c9f..a5c2997c 100644
--- a/e2e/src/create.spec.ts
+++ b/e2e/src/create.spec.ts
@@ -9,7 +9,7 @@ const createNewForm = async (page: Page) => {
}
const addQuestions = async (page: Page) => {
- const menuButton = page.getByRole('button', { name: 'Question' });
+ const menuButton = page.getByRole('button', { name: 'Question', exact: true });
await menuButton.click();
await page.getByRole('button', { name: 'Short Answer' }).click();
await menuButton.click();
diff --git a/packages/design/src/FormManager/FormEdit/AddPatternDropdown.tsx b/packages/design/src/FormManager/FormEdit/AddPatternDropdown.tsx
index e5c396e6..4c7e02c5 100644
--- a/packages/design/src/FormManager/FormEdit/AddPatternDropdown.tsx
+++ b/packages/design/src/FormManager/FormEdit/AddPatternDropdown.tsx
@@ -282,12 +282,9 @@ const AddPatternDropdownContent = ({
className={`${styles.dropdownMenu} usa-list usa-list--unstyled position-absolute bg-white z-100 shadow-3 text-left`}
>
{availablePatterns.map(([patternType, pattern], index) => (
-
+