Skip to content

Commit 582e330

Browse files
authored
fix (#15431)
1 parent 70b4e3a commit 582e330

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/features/bookings/Booker/Booker.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,6 @@ const BookerComponent = ({
272272
className={classNames(
273273
...getBookerSizeClassNames(layout, bookerState, hideEventTypeDetails),
274274
`bg-default dark:bg-muted grid max-w-full items-start dark:[color-scheme:dark] sm:transition-[width] sm:duration-300 sm:motion-reduce:transition-none md:flex-row`,
275-
// We can't let embed have margin from top because for inline embed user wouldn't want that extra space at the top
276-
!isEmbed ? "md:mt-16" : "",
277275
// We remove border only when the content covers entire viewport. Because in embed, it can almost never be the case that it covers entire viewport, we show the border there
278276
(layout === BookerLayouts.MONTH_VIEW || isEmbed) && "border-subtle rounded-md",
279277
!isEmbed && "sm:transition-[width] sm:duration-300",

0 commit comments

Comments
 (0)