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

Commit

Permalink
Merge pull request #10139 from luixxiul/fix-modalDialog-margin
Browse files Browse the repository at this point in the history
Concat margin properties inside dialog on modalDialog.js
  • Loading branch information
bsclifton committed Jul 26, 2017
1 parent 2ca400c commit 57b94c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/renderer/components/common/modalOverlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,7 @@ const styles = StyleSheet.create({
boxSizing: 'border-box',
cursor: 'default',
width: '700px',
margin: '0 auto',
marginTop: '50px',
margin: '50px auto 0',
background: `linear-gradient(${globalStyles.color.modalVeryLightGray}, ${globalStyles.color.modalLightGray})`,
border: `solid 1px ${globalStyles.color.lightGray}`,
borderRadius: globalStyles.radius.borderRadiusModal,
Expand Down

0 comments on commit 57b94c6

Please sign in to comment.