diff --git a/apps/web/pages/event-types/index.tsx b/apps/web/pages/event-types/index.tsx index 34241096fd..efe643b9c6 100644 --- a/apps/web/pages/event-types/index.tsx +++ b/apps/web/pages/event-types/index.tsx @@ -325,7 +325,8 @@ export const EventTypeList = ({ group, groupIndex, readOnly, types }: EventTypeL size="sm" disabled={type.$disabled} color="minimal" - StartIcon={Icon.FiEdit2}> + StartIcon={Icon.FiEdit2} + className="w-full"> {t("edit") as string}