make edit button full width (#3686)

pull/3683/head^2
Carina Wollendorfer 2022-08-04 04:23:36 -04:00 committed by GitHub
parent 2a73fd8188
commit 4240235cb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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>