Skip to content

Commit

Permalink
fix: section text alignment
Browse files Browse the repository at this point in the history
fix: section text align
  • Loading branch information
arikchakma authored Jan 28, 2025
2 parents ccf45fa + 8ffd5e6 commit 125c549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/render/src/maily.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ export class Maily {
return (
<Text
style={{
textAlign: alignment,
...(alignment !== 'left' ? { textAlign: alignment } : {}),
marginBottom:
isParentListItem || shouldRemoveBottomMargin ? '0px' : '20px',
marginTop: '0px',
Expand Down

0 comments on commit 125c549

Please sign in to comment.