diff --git a/frontend/components/global/Select.vue b/frontend/components/global/Select.vue index 6c943cb..851d3c8 100644 --- a/frontend/components/global/Select.vue +++ b/frontend/components/global/Select.vue @@ -37,7 +37,7 @@ const selectedValue = computed({ const classes = computed(() => { return [ - "flex items-center text-black justify-between cursor-text transition-all border-[1.5px] gap-3 typo-label-md px-4 py-3.5 selection:bg-slate-100 rounded-100 flex-1 w-full outline-none", + "flex items-center text-black justify-between cursor-text transition-all border-[1.5px] gap-3 grow-0 typo-label-md px-4 py-3.5 selection:bg-slate-100 rounded-100 flex-1 w-full outline-none", { "input-solid": variant.value === "solid", "input-outlined": variant.value === "outlined",