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

This commit is contained in:
Sai Deepesh
2023-01-30 11:12:53 +00:00
committed by GitHub
parent 875f922597
commit 6c23813192
@@ -202,7 +202,7 @@ const CreateEventTypeDialog = () => {
min="10"
placeholder="15"
label={t("length")}
className="pr-20"
className="pr-4"
{...register("length", { valueAsNumber: true })}
addOnSuffix={t("minutes")}
/>