Skip to content

Commit

Permalink
Merge pull request #1194 from IntersectMBO/fix/missing-margin-in-abou…
Browse files Browse the repository at this point in the history
…t-section-of-drep-details

fix: fix missing margin in drep details about section
  • Loading branch information
MSzalowski authored Jun 7, 2024
2 parents 39f7663 + 0d98ced commit 47b10cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govtool/frontend/src/pages/DRepDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ export const DRepDetails = ({ isConnected }: DRepDetailsProps) => {
</Box>
{bio && !metadataStatus && (
<>
<Typography variant="title2" sx={{ mb: 1.5 }}>
<Typography variant="title2" sx={{ mb: 1.5, mt: 5.75 }}>
{t("about")}
</Typography>
<Typography fontWeight={400} sx={{ maxWidth: 608 }} variant="body1">
Expand Down

0 comments on commit 47b10cc

Please sign in to comment.