mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-06-21 03:41:55 +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 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>
|
||||
{action}
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user