From 3143dd349000fd44ce6857ad745f838a4e29f53f Mon Sep 17 00:00:00 2001 From: n4ze3m Date: Sun, 24 Mar 2024 17:16:10 +0530 Subject: [PATCH] Add width style to language select --- src/components/Option/Settings/other.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Option/Settings/other.tsx b/src/components/Option/Settings/other.tsx index fab8214..a5361bf 100644 --- a/src/components/Option/Settings/other.tsx +++ b/src/components/Option/Settings/other.tsx @@ -61,6 +61,7 @@ export const SettingOther = () => { placeholder={t("generalSettings.settings.language.placeholder")} allowClear showSearch + style={{ width: "200px" }} options={supportLanguage} value={locale} filterOption={(input, option) =>