Skip to content

Commit

Permalink
Ensure passcode reset button doesn't overflow on larger screens with …
Browse files Browse the repository at this point in the history
…german translation
  • Loading branch information
J12934 committed Dec 14, 2024
1 parent ba18743 commit 36b6b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion balancer/ui/src/pages/TeamStatusPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export const TeamStatusPage = ({
<link rel="preload" href="/balancer/icons/third-place.svg" as="image" />

<Card className="w-full max-w-2xl">
<div className="grid grid-cols-2 items-center">
<div className="flex flex-row justify-between items-center">
<div className="flex flex-row items-center p-4">
<img
src="/balancer/icons/astronaut.svg"
Expand Down

0 comments on commit 36b6b8a

Please sign in to comment.