Skip to content

Commit 4ca2076

Browse files
fix: add spacing between form and submit button in TeamEventTypeForm (calcom#24680)
* fix: add spacing between form and submit button in TeamEventTypeForm * fix: address PR feedback - add bottom padding to form div
1 parent 959b803 commit 4ca2076

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/features/ee/teams/components/TeamEventTypeForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const TeamEventTypeForm = ({
4646

4747
return (
4848
<Form form={form} handleSubmit={handleSubmit}>
49-
<div className="mt-1 space-y-6">
49+
<div className="mb-6 mt-1 space-y-6">
5050
<TextField
5151
type="hidden"
5252
labelProps={{ style: { display: "none" } }}

0 commit comments

Comments
 (0)