Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Properly space contrib statement page break
Browse files Browse the repository at this point in the history
- Auditors: @mrose17
- Fix #8467
Test Plan: contrib statements page break should be properly spaced
  • Loading branch information
cezaraugusto committed Apr 27, 2017
1 parent 8b7c008 commit 88baa69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/about/contributionStatement.js
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ const styles = StyleSheet.create({

// ContributionStatementPageFooter
footer__footerWrapper: {
margin: `${containerMargin} ${containerMargin} 0`
margin: containerMargin
},
footerWrapper__body: {
color: globalStyles.color.gray
Expand Down

0 comments on commit 88baa69

Please sign in to comment.