@saooti/octopus-sdk 33.2.1 → 33.2.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "33.2.1",
3
+ "version": "33.2.2",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -135,6 +135,10 @@ export default defineComponent({
135
135
  align-items: center;
136
136
  justify-content: flex-end;
137
137
  padding: 1rem;
138
+ flex-wrap
139
+ button{
140
+ margin: 0.1rem;
141
+ }
138
142
  }
139
143
  }
140
144
  </style>