File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
resources/views/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<div class =" flex flex-col gap-8" >
2- <div class =" border-b py-2 dark:border-zinc-700 flex justify-between flex-col md:flex-row md:items-center" >
2+ <div class =" md: border-b py-2 dark:border-zinc-700 flex justify-between flex-col md:flex-row md:items-center gap-2 md:gap-0 " >
33 <div >
44 <h2 class =" text-2xl font-semibold" >
55 {{ $recentIncidentsOnly ? __ (' cachet::incident.timeline.recent_incidents_header' ) : __ (' cachet::incident.timeline.past_incidents_header' ) } } </h2 >
66 </div >
77
88 <div class =" flex
9- items-center gap-2 text-sm text-zinc-500 dark:text-zinc-400"
9+ items-center justify-center gap-2 text-sm text-zinc-500 dark:text-zinc-400"
1010 x-data =" { from: new Date(@js ($from )), to: new Date(@js ($to )) }" >
1111 <x-filament::input .wrapper :disabled =" $recentIncidentsOnly" >
1212 <x-filament::input
You can’t perform that action at this time.
0 commit comments