Skip to content

Commit

Permalink
Improve line breaks on status page
Browse files Browse the repository at this point in the history
  • Loading branch information
J12934 committed Nov 16, 2024
1 parent 302d716 commit fccbdd0
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 @@ -220,7 +220,7 @@ function ScoreDisplay({
);
}
return (
<div className="grid grid-cols-2 items-center">
<div className="grid md:grid-cols-[auto_max-content] grid-cols-1 items-center">
<div className="flex flex-row items-center p-4">
<div className="h-12 w-12 mr-3 flex shrink-0 items-center justify-center">
<PositionDisplay place={instanceStatus?.position || -1} />
Expand Down

0 comments on commit fccbdd0

Please sign in to comment.