@lingk/sync 1.1.9 → 1.1.10
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.
- package/build/credentialSections.js +2 -1
- package/build/credentialSections.js.map +1 -1
- package/build/lightning.js.map +1 -1
- package/build/lightningStyles.js.map +1 -1
- package/build/lingk.js.map +1 -1
- package/build/lingkStyles.js.map +1 -1
- package/build/loadData.js.map +1 -1
- package/build/main.js +2 -1
- package/build/main.js.map +1 -1
- package/build/metadataDropdown.js.map +1 -1
- package/build/metadataFunctions.js.map +1 -1
- package/build/reducer.js.map +1 -1
- package/build/saveData.js.map +1 -1
- package/package.json +1 -1
|
@@ -3874,7 +3874,8 @@ module.exports =
|
|
|
3874
3874
|
),
|
|
3875
3875
|
_react2.default.createElement(
|
|
3876
3876
|
'div',
|
|
3877
|
-
{ style: { marginLeft: 30, display: 'inline-block', verticalAlign: 'top'
|
|
3877
|
+
{ style: { marginLeft: 30, display: 'inline-block', verticalAlign: 'top',
|
|
3878
|
+
maxWidth: '60%' } },
|
|
3878
3879
|
hasFile && _react2.default.createElement(
|
|
3879
3880
|
'aside',
|
|
3880
3881
|
null,
|