make edit button full width (#3686)
parent
2a73fd8188
commit
4240235cb8
|
@ -325,7 +325,8 @@ export const EventTypeList = ({ group, groupIndex, readOnly, types }: EventTypeL
|
||||||
size="sm"
|
size="sm"
|
||||||
disabled={type.$disabled}
|
disabled={type.$disabled}
|
||||||
color="minimal"
|
color="minimal"
|
||||||
StartIcon={Icon.FiEdit2}>
|
StartIcon={Icon.FiEdit2}
|
||||||
|
className="w-full">
|
||||||
{t("edit") as string}
|
{t("edit") as string}
|
||||||
</Button>
|
</Button>
|
||||||
</Link>
|
</Link>
|
||||||
|
|
Loading…
Reference in New Issue