acsi-core 0.1.98 → 0.2.0
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/dist/index.css +1 -2
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +4 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -424,7 +424,10 @@ var CoreInput$1 = function CoreInput(props) {
|
|
|
424
424
|
disabled: disabled
|
|
425
425
|
}), React.createElement(Label, {
|
|
426
426
|
htmlFor: "core-checkbox-" + name,
|
|
427
|
-
check: true
|
|
427
|
+
check: true,
|
|
428
|
+
cssModule: {
|
|
429
|
+
marginTop: '0px'
|
|
430
|
+
}
|
|
428
431
|
}, label)));
|
|
429
432
|
};
|
|
430
433
|
|