@lingk/sync 1.0.58 → 1.0.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1103,7 +1103,7 @@ module.exports =
1103
1103
  ),
1104
1104
  isWiz && _react2.default.createElement(
1105
1105
  'div',
1106
- { style: { display: 'inline-block', marginLeft: 12 } },
1106
+ { style: { display: 'inline-block', marginLeft: 15 } },
1107
1107
  _react2.default.createElement(_reduxForm.Field, { style: { height: 19, margin: 0 },
1108
1108
  label: 'Include System Resources',
1109
1109
  component: inputs.rfCheckbox,