Adjust admin photos vertical spacing

This commit is contained in:
Sam Becker 2024-06-18 08:47:36 -05:00
parent 5af365b69f
commit 0a316a0a8c

View File

@ -68,7 +68,8 @@ export default function AdminPhotosClient({
urls={blobPhotoUrls} urls={blobPhotoUrls}
/> />
</div>} </div>}
<div className="space-y-4"> {/* Use custom spacing to address gap/space-y compatibility quirks */}
<div className="space-y-[6px] sm:space-y-[10px]">
<AdminPhotosTable <AdminPhotosTable
photos={photos} photos={photos}
hasAiTextGeneration={AI_TEXT_GENERATION_ENABLED} hasAiTextGeneration={AI_TEXT_GENERATION_ENABLED}