@saooti/octopus-sdk 32.0.24 → 32.0.25

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/README.md CHANGED
@@ -668,4 +668,5 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
668
668
  * 32.0.21 Amélioration List Paginate
669
669
  * 32.0.22 Popover
670
670
  * 32.0.23 Popover encore
671
- * 32.0.24 CDI podcastmaker
671
+ * 32.0.24 CDI podcastmaker
672
+ * 32.0.25 #11391
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "32.0.24",
3
+ "version": "32.0.25",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -13,6 +13,7 @@
13
13
  .multiselect__tags-wrap{
14
14
  display: flex;
15
15
  align-items: center;
16
+ flex-wrap: wrap;
16
17
  }
17
18
  .multiselect__tags{
18
19
  border: 0;
@@ -22,7 +23,7 @@
22
23
  align-items: center;
23
24
  }
24
25
  .multiselect__tag{
25
- margin-bottom: 0;
26
+ margin-top: 5px;
26
27
  border: 1px gray solid;
27
28
  }
28
29
  }