Adjust admin photos vertical spacing
This commit is contained in:
parent
5af365b69f
commit
0a316a0a8c
@ -68,7 +68,8 @@ export default function AdminPhotosClient({
|
||||
urls={blobPhotoUrls}
|
||||
/>
|
||||
</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
|
||||
photos={photos}
|
||||
hasAiTextGeneration={AI_TEXT_GENERATION_ENABLED}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user