make edit button full width (#3686)

This commit is contained in:
Carina Wollendorfer
2022-08-04 09:23:36 +01:00
committed by GitHub
parent 2a73fd8188
commit 4240235cb8
+2 -1
View File
@@ -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}
</Button>
</Link>