From 516ed33814496e1b23503c8a34736848f5589855 Mon Sep 17 00:00:00 2001 From: Mamalizz Date: Tue, 11 Feb 2025 23:26:42 +0330 Subject: [PATCH] updated select grow --- frontend/components/global/Select.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",