@saooti/octopus-sdk 29.0.31 → 29.0.32

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
@@ -498,4 +498,5 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
498
498
  * 29.0.29 Amélioration Popover
499
499
  * 29.0.30 Amélioration Popover
500
500
  * 29.0.31 Pb CSS
501
+ * 29.0.32 PB CSS
501
502
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "29.0.31",
3
+ "version": "29.0.32",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -267,6 +267,7 @@ export default defineComponent({
267
267
  width: 100%;
268
268
  height: 80vh;
269
269
  overflow-y: auto;
270
+ grid-gap: inherit;
270
271
  @media (max-width: 960px) {
271
272
  overflow-x: hidden;
272
273
  flex-direction: column;