fix padding of lenght input on add event modal (#6771)

pull/6791/head
Sai Deepesh 2023-01-30 16:42:53 +05:30 committed by GitHub
parent 875f922597
commit 6c23813192
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ const CreateEventTypeDialog = () => {
min="10" min="10"
placeholder="15" placeholder="15"
label={t("length")} label={t("length")}
className="pr-20" className="pr-4"
{...register("length", { valueAsNumber: true })} {...register("length", { valueAsNumber: true })}
addOnSuffix={t("minutes")} addOnSuffix={t("minutes")}
/> />