Height didn't matched (#2216)
This commit is contained in:
parent
a8e137a55c
commit
94b210329b
1 changed files with 10 additions and 11 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue