Fix person selector layout

This commit is contained in:
2025-03-16 21:53:11 -04:00
parent 3f6b6a9e63
commit 1d50d452bc

View File

@@ -34,7 +34,7 @@ export default function PersonCharacterSelector({
return ( return (
<div <div
className="flex flex-row flex-wrap items-center justify-center space-x-8" className="grid grid-cols-3 grid-rows-3 gap-x-8 gap-y-4"
style={{flex: "0 0 33.333333333%"}} style={{flex: "0 0 33.333333333%"}}
> >
{ {