Skip to content

Commit

Permalink
[#716] center voting power
Browse files Browse the repository at this point in the history
  • Loading branch information
Sworzen1 committed Apr 25, 2024
1 parent e31c5fb commit 6e9f9a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions govtool/frontend/src/components/organisms/DRepCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ export const DRepCard = ({
</ButtonBase>
</Box>

<Box display="flex" gap={3}>
<Box>
<Box sx={{ display: "flex", flex: { xl: 1 }, gap: 3 }}>
<Box sx={{ flex: { xl: 1 } }}>
<Typography
variant="caption"
color="textSecondary"
Expand Down

0 comments on commit 6e9f9a7

Please sign in to comment.