Skip to content

Commit

Permalink
reduce some margins in activity log
Browse files Browse the repository at this point in the history
  • Loading branch information
wbglaeser committed Dec 5, 2024
1 parent a3593b8 commit 92d8389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ui/screens/activity-log/ActivityLogScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import ActivityLogCommits from "./sections/commithistory/ActivityLogCommits";
const ActivityLogScreen = () => {

return (
<Layout gap={3}>
<Layout>
<ActivityLogMilestones/>
<ActivityLogCommits/>
</Layout>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const ActivityLogSection = ({ title, description, content, error }) => {
return (
<LandingPageSectionWrapper>
<LandingPageSectionGrid title={title}>
<Box sx={{ marginBottom: 3 }}>
<Box>
<Typography variant="body1">{description}</Typography>
</Box>
<Box sx={{ width: "100%" }}>
Expand Down

0 comments on commit 92d8389

Please sign in to comment.