Skip to content

Commit 2f113a1

Browse files
committed
css type
1 parent ec46f4f commit 2f113a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/components/event-schedule-new/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const Layout = (props: CalendarLayoutProps) => {
2424
} = useFilters(props.events);
2525

2626
return (
27-
<div className="section overflow-visible touch-only:!content text-left">
27+
<div className="section overflow-visible touch-only:!contents text-left">
2828
<div className="flex flex-col gap-4 w-full bg-white">
2929
<div className="mouse-only:!contents section">
3030
<div className="flex-col md:flex-row flex justify-between gap-4 md:mt-4 md:mb-1 mb-4">

0 commit comments

Comments
 (0)