Skip to content

Commit

Permalink
ui: add margin to comments section
Browse files Browse the repository at this point in the history
  • Loading branch information
maximeperrault authored and maximeperraultdev committed Nov 21, 2024
1 parent e0fdb7e commit 86e04b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/features/Dashboard/components/Pdf/Brief.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function Brief({ brief }: BriefProps) {
<View style={layoutStyle.section}>
<ControlUnits controlUnits={brief.controlUnits} />
</View>
<View>
<View style={layoutStyle.section}>
<Comments comments={brief.comments} />
</View>
<View style={layoutStyle.section}>
Expand Down

0 comments on commit 86e04b3

Please sign in to comment.