Skip to content

Commit

Permalink
fix: #159
Browse files Browse the repository at this point in the history
  • Loading branch information
notV4l committed Sep 20, 2023
1 parent bdeb018 commit 90f64de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/[gameId]/event/decision.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ const Encounter = ({
height={400}
style={{ opacity: isSubmitting ? 0.5 : 1 }}
/>
<VStack width="full" maxW="500px">
<VStack width="full" maxW="500px" h="100%" justifyContent="space-between">
<VStack h="60px" textAlign="center">
{isSubmitting ? (
<>
Expand Down

0 comments on commit 90f64de

Please sign in to comment.