mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-15 11:32:09 +03:00
minor spacing tweaks
This commit is contained in:
parent
14a4d737f0
commit
92517520e2
@ -190,7 +190,7 @@ export default function CreateTriggerDialog({
|
|||||||
<Form {...form}>
|
<Form {...form}>
|
||||||
<form
|
<form
|
||||||
onSubmit={form.handleSubmit(onSubmit)}
|
onSubmit={form.handleSubmit(onSubmit)}
|
||||||
className="space-y-5 py-4"
|
className="space-y-5 pt-4"
|
||||||
>
|
>
|
||||||
<FormField
|
<FormField
|
||||||
control={form.control}
|
control={form.control}
|
||||||
|
|||||||
@ -123,7 +123,7 @@ export default function CreateUserDialog({
|
|||||||
<Form {...form}>
|
<Form {...form}>
|
||||||
<form
|
<form
|
||||||
onSubmit={form.handleSubmit(onSubmit)}
|
onSubmit={form.handleSubmit(onSubmit)}
|
||||||
className="space-y-5 py-4"
|
className="space-y-5 pt-4"
|
||||||
>
|
>
|
||||||
<FormField
|
<FormField
|
||||||
name="user"
|
name="user"
|
||||||
|
|||||||
@ -114,7 +114,7 @@ export default function SetPasswordDialog({
|
|||||||
</DialogDescription>
|
</DialogDescription>
|
||||||
</DialogHeader>
|
</DialogHeader>
|
||||||
|
|
||||||
<div className="space-y-4 py-4">
|
<div className="space-y-4 pt-4">
|
||||||
<div className="space-y-2">
|
<div className="space-y-2">
|
||||||
<Label htmlFor="password">
|
<Label htmlFor="password">
|
||||||
{t("users.dialog.form.newPassword.title")}
|
{t("users.dialog.form.newPassword.title")}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user