Skip to content

Commit 5048a77

Browse files
committed
fix(user) fix players tiles layout
1 parent 688e973 commit 5048a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/users/questions/PlayersVotingQuestion/PlayerCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const PlayerCard = ({ player, onClick, selected, hideResults, heightFract
1818
key={player.id}
1919
onClick={onClick}
2020
style={{
21-
maxHeight: `calc((100svh - 48px - (${heightFraction - 1} * 16px)) / ${heightFraction})`,
21+
minHeight: `calc((100svh - 48px - (${heightFraction - 1} * 16px)) / ${heightFraction})`,
2222
}}
2323
>
2424
<div className={"relative aspect-square h-[100px] w-[100px]"}>

0 commit comments

Comments
 (0)