carbon-react 102.4.3 → 102.4.4

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.
@@ -221,6 +221,10 @@ const StyledCheckboxGroup = _styledComponents.default.div`
221
221
  font-size: 16px;
222
222
  }
223
223
 
224
+ && ${_formField.default} {
225
+ margin: 0;
226
+ }
227
+
224
228
  & ${CheckboxStyle} {
225
229
  padding-top: 12px;
226
230
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "102.4.3",
3
+ "version": "102.4.4",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "engineStrict": true,
6
6
  "engines": {