Skip to content

Commit 9f566bc

Browse files
authored
fix: orgbanner (#25706)
1 parent 518e541 commit 9f566bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/features/bookings/Booker/Booker.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ const BookerComponent = ({
411411
{!hideEventTypeDetails && orgBannerUrl && (
412412
<img
413413
loading="eager"
414-
className="-mb-9 h-16 object-cover object-top ltr:rounded-tl-md rtl:rounded-tr-md sm:h-auto"
414+
className="-mb-9 h-auto w-full object-contain object-top ltr:rounded-tl-md rtl:rounded-tr-md sm:h-16 sm:object-cover"
415415
alt="org banner"
416416
src={orgBannerUrl}
417417
/>

0 commit comments

Comments
 (0)