- general fixes across the app
- minor fixes - code clean up and improvements
This commit is contained in:
@@ -12,7 +12,7 @@ const SightingEntryTable = () => {
|
||||
|
||||
if (isLoading) return <span className="text-slate-500">Loading Sighting data…</span>;
|
||||
return (
|
||||
<div className="border border-gray-600 rounded-lg overflow-hidden m-2">
|
||||
<div className="border border-gray-600 rounded-lg m-2">
|
||||
<div className="overflow-y-auto ">
|
||||
<table className="w-full text-left text-sm">
|
||||
<thead className="bg-gray-700/50 text-gray-200 sticky top-0">
|
||||
|
||||
@@ -6,9 +6,9 @@ import SightingExitTable from "./SightingExitTable";
|
||||
|
||||
const PlatePatch = () => {
|
||||
return (
|
||||
<Card className="p-4 w-full max-h-[600px] overflow-hidden flex flex-col">
|
||||
<Card className="p-4 w-full max-h-[600px] flex flex-col md:w-[95%]">
|
||||
<CardHeader title="Entry / Exit" />
|
||||
<Tabs defaultIndex={1} className="flex-1 overflow-hidden flex flex-col">
|
||||
<Tabs defaultIndex={1} className="flex-1 flex flex-col">
|
||||
<TabList>
|
||||
<Tab>Entry Sightings</Tab>
|
||||
<Tab>Exit Sightings</Tab>
|
||||
|
||||
Reference in New Issue
Block a user