@saooti/octopus-sdk 35.2.7 → 35.2.8

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": "35.2.7",
3
+ "version": "35.2.8",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -219,8 +219,8 @@
219
219
 
220
220
  .multiselect__tags {
221
221
  min-height: 45px;
222
- display: block;
223
- padding: 9px 40px 0 20px;
222
+ display: flex;
223
+ align-items: center;
224
224
  border-radius: 0.3em;
225
225
  border: 0.1rem solid #dee2e6;
226
226
  background: #fff;
@@ -497,10 +497,6 @@
497
497
  left: 1px;
498
498
  }
499
499
 
500
- [dir="rtl"] .multiselect__tags {
501
- padding: 8px 8px 0 40px;
502
- }
503
-
504
500
  [dir="rtl"] .multiselect__content {
505
501
  text-align: right;
506
502
  }
@@ -239,9 +239,6 @@ export default defineComponent({
239
239
  top: 5px;
240
240
  right: 0;
241
241
  }
242
- .multiselect__tags {
243
- padding: 6px 40px 0 10px;
244
- }
245
242
  &.shadow-element {
246
243
  height: 3.5rem;
247
244
  .link-hover,.hosted-by {