Skip to content

Commit 1cdd8eb

Browse files
fix: alignment of time unit select box (calcom#22800)
1 parent d78ed21 commit 1cdd8eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/features/eventtypes/components/tabs/advanced/RequiresConfirmationController.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export default function RequiresConfirmationController({
208208
customClassNames?.conditionalConfirmationRadio?.timeUnitSelect
209209
}
210210
innerClassNames={{
211-
control: "rounded-l-none max-h-4 px-3 bg-subtle",
211+
control: "rounded-l-none max-h-4 px-3 bg-subtle py-1",
212212
}}
213213
onChange={(opt) => {
214214
setRequiresConfirmationSetup({

0 commit comments

Comments
 (0)