Skip to content

Commit

Permalink
fix: Event Type Toggle Shift (#15066)
Browse files Browse the repository at this point in the history
Co-authored-by: Udit Takkar <[email protected]>
  • Loading branch information
Sujitale07 and Udit-takkar authored May 27, 2024
1 parent bddc235 commit a48f517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/eventtype/EventTypeSingleLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ function EventTypeSingleLayout({
<div
className={classNames(
"sm:hover:bg-muted hidden cursor-pointer items-center rounded-md",
formMethods.watch("hidden") ? "px-2" : "",
formMethods.watch("hidden") ? "pl-2" : "",
"lg:flex"
)}>
{formMethods.watch("hidden") && (
Expand Down

0 comments on commit a48f517

Please sign in to comment.