From 74262beb6596ddc971971cc9214a2688accf3a8e Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Fri, 3 Apr 2026 17:16:31 -0500 Subject: [PATCH] refactor(notification): select menu looks propper now --- frontend/src/lib/formSutff/Select.Field.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/lib/formSutff/Select.Field.tsx b/frontend/src/lib/formSutff/Select.Field.tsx index dfac24f..87d9e15 100644 --- a/frontend/src/lib/formSutff/Select.Field.tsx +++ b/frontend/src/lib/formSutff/Select.Field.tsx @@ -42,7 +42,9 @@ export const SelectField = ({ > - + {options.map((option) => ( {option.label}