Height didn't matched (#2216)

This commit is contained in:
Leo Giovanetti 2022-03-20 06:48:11 -03:00 committed by GitHub
parent a8e137a55c
commit 94b210329b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -373,17 +373,16 @@ export const EventTypeList = ({ group, readOnly, types }: EventTypeListProps): J
</DropdownMenuItem> </DropdownMenuItem>
) : null} ) : null}
<DropdownMenuItem> <DropdownMenuItem>
<Link href={"/event-types/" + type.id} passHref={true}> <Button
<Button type="button"
type="button" size="sm"
size="sm" href={"/event-types/" + type.id}
color="minimal" color="minimal"
className="w-full rounded-none" className="w-full rounded-none"
StartIcon={PencilIcon}> StartIcon={PencilIcon}>
{" "} {" "}
{t("edit")} {t("edit")}
</Button> </Button>
</Link>
</DropdownMenuItem> </DropdownMenuItem>
<DropdownMenuItem> <DropdownMenuItem>
<Button <Button