@saooti/octopus-sdk 32.0.22 → 32.0.23

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
@@ -666,4 +666,5 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
666
666
  * 32.0.19 Playlist publique
667
667
  * 32.0.20 Playlist publique
668
668
  * 32.0.21 Amélioration List Paginate
669
- * 32.0.22 Popover
669
+ * 32.0.22 Popover
670
+ * 32.0.23 Popover encore
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "32.0.22",
3
+ "version": "32.0.23",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -108,8 +108,8 @@ export default defineComponent({
108
108
  <style lang="scss">
109
109
  .popover{
110
110
  max-height: 80vh;
111
- max-width: 50vw;
112
- display: flex;
111
+ max-width: 50vw !important;
112
+ display: flex !important;
113
113
  flex-direction: column;
114
114
  hr{
115
115
  width: 100px;