mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-18 00:54:27 +03:00
fix button width
This commit is contained in:
parent
d82e905b19
commit
c136eaf5e9
@ -311,7 +311,7 @@ export default function NotificationView({
|
|||||||
<Form {...form}>
|
<Form {...form}>
|
||||||
<form
|
<form
|
||||||
onSubmit={form.handleSubmit(onSubmit)}
|
onSubmit={form.handleSubmit(onSubmit)}
|
||||||
className="mt-2 max-w-2xl space-y-6"
|
className="mt-2 space-y-6"
|
||||||
>
|
>
|
||||||
<FormField
|
<FormField
|
||||||
control={form.control}
|
control={form.control}
|
||||||
@ -401,7 +401,7 @@ export default function NotificationView({
|
|||||||
)}
|
)}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div className="flex w-full flex-row items-center gap-2 pt-2">
|
<div className="flex w-full flex-row items-center gap-2 pt-2 md:w-[25%]">
|
||||||
<Button
|
<Button
|
||||||
className="flex flex-1"
|
className="flex flex-1"
|
||||||
aria-label="Cancel"
|
aria-label="Cancel"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user