Fix person selector layout
This commit is contained in:
@@ -34,7 +34,7 @@ export default function PersonCharacterSelector({
|
||||
|
||||
return (
|
||||
<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%"}}
|
||||
>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user