From 479c44bae6ff9ac4dc80bd538a0f60409efb311b Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sat, 16 May 2026 06:58:17 -0500 Subject: [PATCH] add w-full to action slot flex wrapper for explicit width contract --- .../settings/components/FrigatePlusCurrentModelSummary.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/views/settings/components/FrigatePlusCurrentModelSummary.tsx b/web/src/views/settings/components/FrigatePlusCurrentModelSummary.tsx index 979fb36917..3db973f2e9 100644 --- a/web/src/views/settings/components/FrigatePlusCurrentModelSummary.tsx +++ b/web/src/views/settings/components/FrigatePlusCurrentModelSummary.tsx @@ -18,7 +18,7 @@ export default function FrigatePlusCurrentModelSummary({ const { t } = useTranslation("views/settings"); const title = action ? ( -
+
{t("frigatePlus.cardTitles.currentModel")} {action}