jspreadsheet 11.16.0 → 11.16.2

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.
@@ -1583,7 +1583,7 @@
1583
1583
  box-sizing: border-box;
1584
1584
  }
1585
1585
 
1586
- .jss_style_form_group > label {
1586
+ .jss_style_form_group > label:not([class]) {
1587
1587
  display: block;
1588
1588
  padding-bottom: 4px;
1589
1589
  }
package/package.json CHANGED
@@ -49,5 +49,5 @@
49
49
  },
50
50
  "main": "dist/index.js",
51
51
  "types": "dist/index.d.ts",
52
- "version": "11.16.0"
52
+ "version": "11.16.2"
53
53
  }