@vunk/form 2.5.10 → 2.5.11

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.
@@ -12,7 +12,7 @@
12
12
  .vk-input-collection__expand-fieldset{
13
13
  padding: 8px;
14
14
  }
15
- .vk-input-collection__expand-fieldset .vkf-form-item{
15
+ .vk-input-collection__expand-fieldset > .vkf-form-item{
16
16
  margin-bottom: 18px;
17
17
  }
18
18
  .vk-input-collection__buttons .cell{
package/index.css CHANGED
@@ -255,7 +255,7 @@
255
255
  .vk-input-collection__expand-fieldset{
256
256
  padding: 8px;
257
257
  }
258
- .vk-input-collection__expand-fieldset .vkf-form-item{
258
+ .vk-input-collection__expand-fieldset > .vkf-form-item{
259
259
  margin-bottom: 18px;
260
260
  }
261
261
  .vk-input-collection__buttons .cell{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vunk/form",
3
- "version": "2.5.10",
3
+ "version": "2.5.11",
4
4
  "description": "",
5
5
  "main": "index.esm.js",
6
6
  "scripts": {