From 4240235cb8b79017925bda3a5ed2cea71289699f Mon Sep 17 00:00:00 2001 From: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com> Date: Thu, 4 Aug 2022 04:23:36 -0400 Subject: [PATCH] make edit button full width (#3686) --- apps/web/pages/event-types/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}