File tree Expand file tree Collapse file tree
packages/features/eventtypes/components/tabs/availability Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -259,9 +259,9 @@ const EventTypeScheduleDetails = memo(
259259 } ) }
260260 </ ol >
261261 </ div >
262- < div className = "bg-muted border-subtle flex flex-col justify -center gap-2 rounded-b-md border p-6 sm:flex-row sm:justify-between" >
262+ < div className = "bg-muted border-subtle flex flex-col items -center gap-2 rounded-b-md border p-6 sm:flex-row sm:items-center sm:justify-between" >
263263 < div className = "flex flex-col gap-2" >
264- < span className = "text-default flex items-center justify-center text-sm sm:justify-start" >
264+ < span className = "text-default flex items-center justify-center text-center text- sm sm:justify-start" >
265265 < Icon name = "globe" className = "h-3.5 w-3.5 ltr:mr-2 rtl:ml-2" />
266266 { scheduleQueryData ?. timeZone || < SkeletonText className = "block h-5 w-32" /> }
267267 </ span >
You can’t perform that action at this time.
0 commit comments