@saooti/octopus-sdk 32.0.23 → 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
|
@@ -667,4 +667,6 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
|
|
|
667
667
|
* 32.0.20 Playlist publique
|
|
668
668
|
* 32.0.21 Amélioration List Paginate
|
|
669
669
|
* 32.0.22 Popover
|
|
670
|
-
* 32.0.23 Popover encore
|
|
670
|
+
* 32.0.23 Popover encore
|
|
671
|
+
* 32.0.24 CDI podcastmaker
|
|
672
|
+
* 32.0.25 #11391
|
package/package.json
CHANGED
|
@@ -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-
|
|
26
|
+
margin-top: 5px;
|
|
26
27
|
border: 1px gray solid;
|
|
27
28
|
}
|
|
28
29
|
}
|
|
@@ -208,7 +208,7 @@ export default defineComponent({
|
|
|
208
208
|
return;
|
|
209
209
|
}
|
|
210
210
|
const width = (this.$el as HTMLElement).offsetWidth;
|
|
211
|
-
const sixteen = domHelper.convertRemToPixels(this.sizeItem + 0.
|
|
211
|
+
const sixteen = domHelper.convertRemToPixels(this.sizeItem + 0.8);
|
|
212
212
|
this.size = Math.floor(width / sixteen);
|
|
213
213
|
},
|
|
214
214
|
sortPopular(): void {
|