diff --git a/webui/src/components/settings/SettingsView.tsx b/webui/src/components/settings/SettingsView.tsx index 71c5b58b..b95b8d66 100644 --- a/webui/src/components/settings/SettingsView.tsx +++ b/webui/src/components/settings/SettingsView.tsx @@ -3477,42 +3477,44 @@ function AutomationsSettings({ return (
-
-
-
- {summaryOptions.map((option) => ( - - ))} +
+
+
+
+ {summaryOptions.map((option) => ( + + ))} +
-
-
+
+
onQueryChange(event.target.value)} - placeholder={tx("settings.automations.search", "Search automation, message, session, or cron expression")} - className="h-9 rounded-[13px] border-border/45 bg-background/85 pl-9 text-[13px] shadow-sm" + placeholder={tx("settings.automations.search", "Search automations")} + className="h-9 w-full rounded-[13px] border-border/45 bg-background/85 pl-9 text-[13px] shadow-sm" />