diff --git a/src/components/ui/combobox.tsx b/src/components/ui/combobox.tsx
index 9a80a32d..1bcc7486 100644
--- a/src/components/ui/combobox.tsx
+++ b/src/components/ui/combobox.tsx
@@ -55,10 +55,12 @@ export function Combobox({
variant="outline"
role="combobox"
aria-expanded={open}
- className={cn("w-full justify-between", className)}
+ className={cn("w-full justify-between text-left", className)}
disabled={disabled}
>
- {selectedOption ? selectedOption.label : placeholder}
+
+ {selectedOption ? selectedOption.label : placeholder}
+