Fix margin

This commit is contained in:
Nicolas Mowen 2024-03-28 09:33:34 -06:00
parent afb15a2e54
commit 7c2c82435c

View File

@ -492,7 +492,7 @@ function DetectionReview({
<> <>
<div <div
ref={contentRef} ref={contentRef}
className="flex flex-1 flex-wrap content-start gap-2 md:gap-4 overflow-y-auto no-scrollbar" className="mt-2 flex flex-1 flex-wrap content-start gap-2 md:gap-4 overflow-y-auto no-scrollbar"
> >
{filter?.before == undefined && ( {filter?.before == undefined && (
<NewReviewData <NewReviewData