chore: Update Layout component to adjust width for model selection

This commit is contained in:
n4ze3m 2024-05-29 00:13:20 +05:30
parent 620b2b88f5
commit 721fad18c2

View File

@ -136,7 +136,7 @@ export default function OptionLayout({
}
showSearch
placeholder={t("common:selectAModel")}
className="w-64 "
className="w-72"
options={models?.map((model) => ({
label: (
<span