mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-01 09:31:14 +03:00
add w-full to action slot flex wrapper for explicit width contract
This commit is contained in:
parent
529645415f
commit
479c44bae6
@ -18,7 +18,7 @@ export default function FrigatePlusCurrentModelSummary({
|
|||||||
const { t } = useTranslation("views/settings");
|
const { t } = useTranslation("views/settings");
|
||||||
|
|
||||||
const title = action ? (
|
const title = action ? (
|
||||||
<div className="flex items-center justify-between gap-3">
|
<div className="flex w-full items-center justify-between gap-3">
|
||||||
<span>{t("frigatePlus.cardTitles.currentModel")}</span>
|
<span>{t("frigatePlus.cardTitles.currentModel")}</span>
|
||||||
{action}
|
{action}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user