Skip to content

Commit

Permalink
Now center them!
Browse files Browse the repository at this point in the history
  • Loading branch information
kokofixcomputers authored Oct 14, 2024
1 parent 08694be commit 2d4a0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/scripts/components/dashboard/ServerRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export default ({ server, className }: { server: Server; className?: string }) =
</div>
</div>
{stats && (
<div css={tw`flex flex-col items-baseline justify-between col-span-full sm:flex-row sm:justify-around`}>
<div css={tw`flex flex-col items-center justify-center col-span-full sm:flex-row sm:justify-around`}>
<React.Fragment>
{/* CPU Indicator */}
<div css={tw`flex flex-col items-center w-full sm:w-auto`}>
Expand Down

0 comments on commit 2d4a0a0

Please sign in to comment.